Skip to content

Commit d478abc

Browse files
gsherwoodjrfnl
authored andcommitted
Updated Customisable Sniff Properties (markdown)
1 parent 73154a3 commit d478abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Customisable-Sniff-Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ If errors are not required, the value of `absoluteLineLimit` can be set to zero.
191191
</rule>
192192
```
193193

194-
If the `ignoreComments` property is set to `true`, no error or warning will be thrown for a line that only contains a comment, no matter how long the line is.
194+
If the `ignoreComments` property is set to `true`, comments at the end of a line will be ignored when calculating line lengths. This also ensures that no error or warning will be thrown for a line that only contains a comment, no matter how long the line is.
195195

196196
```xml
197197
<rule ref="Generic.Files.LineLength">

0 commit comments

Comments
 (0)