Commit 78304fc
committed
Tests(ParameterNames): fix test
That uses identifier name instead of parameter name. This is
wrong because the rule is supposed to operate only on function
or method parameters.1 parent 168ac5f commit 78304fc
File tree
1 file changed
+2
-2
lines changed- tests/FSharpLint.Core.Tests/Rules/Conventions/Naming
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments