Skip to content

Commit 50d53f7

Browse files
committed
Document known behavior change in SA1313
Closes #2759
1 parent 07fbce6 commit 50d53f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/KnownChanges.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ interface. StyleCop Classic reported SA1305 for all methods.
221221

222222
### SA1313
223223

224-
StyleCop Analyzers allows the single and double underscore (`_` and `__`) as lambda parameter names.
224+
:warning: StyleCop Classic allows lambda parameters consisting solely of underscores (e.g. `_`, `__`, `___`, …) without
225+
reporting SA1313. StyleCop Analyzers only special-case `_` and `__`; longer underscore-only names still report SA1313
226+
([#2759](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/2759)).
225227

226228
## Maintainability Rules
227229

0 commit comments

Comments
 (0)