aboutsummaryrefslogtreecommitdiff
path: root/_checkstyle
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-29 09:34:35 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-29 09:34:35 +0200
commit95d3e8a088f033da51cabe34bcdbba3061760b5e (patch)
treeb484427c919d47809f4f39fa072a365cafeb23be /_checkstyle
parentf0c7a1872b667858155ca30349b80b9ff240fb1d (diff)
wrap long lines
Diffstat (limited to '_checkstyle')
-rw-r--r--_checkstyle/checks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_checkstyle/checks.xml b/_checkstyle/checks.xml
index 951b39a..93bbca1 100644
--- a/_checkstyle/checks.xml
+++ b/_checkstyle/checks.xml
@@ -73,6 +73,7 @@
<module name="FileLength"/>
<module name="LineLength">
<property name="fileExtensions" value="java"/>
+ <property name="ignorePattern" value="SPDX-|https?://"/>
<property name="max" value="73"/>
</module>