We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33258a7 commit e21854bCopy full SHA for e21854b
1 file changed
IxDFCodingStandard/ruleset.xml
@@ -40,10 +40,10 @@
40
<rule ref="Generic.CodeAnalysis.JumbledIncrementer"/>
41
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
42
<rule ref="Generic.Commenting.Fixme"/>
43
- <!-- Warn above 160 characters, fail above 220 -->
+ <!-- Warn above 180 characters, fail above 220 -->
44
<rule ref="Generic.Files.LineLength">
45
<properties>
46
- <property name="lineLimit" value="160"/>
+ <property name="lineLimit" value="180"/>
47
<property name="absoluteLineLimit" value="220"/>
48
<property name="ignoreComments" value="true"/>
49
</properties>
0 commit comments