You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ and [#10](https://github.com/code-cracker/code-cracker/issues/10).
157
157
158
158
These are the 4 severity levels supported on Roslyn and how they are understood on the Code Cracker project:
159
159
160
-
1.**Hidden**: Only used for refactorings. See #66 (and its comments) to understand why.
160
+
1.**Hidden**: Only used for refactorings. See [#66](https://github.com/code-cracker/code-cracker/issues/66) (and its comments) to understand why.
161
161
2.**Info**: An alternative way (ex: replacing for with foreach). Clearly, a matter of opinion and/or current way could be correct, or maybe the new code could be correct. We cannot determine.
162
162
3.**Warning**: Code that could/should be improved. It is a code smell and most likely is wrong, but there are situations where the pattern is acceptable or desired.
163
163
4.**Error**: Clearly a mistake (ex: throwing ArgumentException with a non-existent parameter). There is no situation where this code could be correct. There are no differences of opinion.
0 commit comments