Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62c719a

Browse files
committed
Insert missing link
Insert missing link to issue #66
1 parent d210c67 commit 62c719a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ and [#10](https://github.com/code-cracker/code-cracker/issues/10).
157157

158158
These are the 4 severity levels supported on Roslyn and how they are understood on the Code Cracker project:
159159

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.
161161
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.
162162
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.
163163
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

Comments
 (0)