aboutsummaryrefslogtreecommitdiff
path: root/_checkstyle
diff options
context:
space:
mode:
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>