mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-18 22:31:42 +02:00
ci: incease max line length to 180 (#3714)
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
|
||||
<rule ref="Generic.Files.LineLength">
|
||||
<properties>
|
||||
<property name="lineLimit" value="160"/>
|
||||
<property name="absoluteLineLimit" value="160"/>
|
||||
<property name="lineLimit" value="180"/>
|
||||
<property name="absoluteLineLimit" value="180"/>
|
||||
<property name="ignoreComments" value="true"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
Reference in New Issue
Block a user