1
0
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:
Dag
2023-09-27 23:29:08 +02:00
committed by GitHub
parent c04c0a5614
commit f9ec88fb45
2 changed files with 11 additions and 6 deletions

View File

@@ -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>