diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-29 09:34:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-29 09:34:35 +0200 |
commit | 95d3e8a088f033da51cabe34bcdbba3061760b5e (patch) | |
tree | b484427c919d47809f4f39fa072a365cafeb23be /_checkstyle/checks.xml | |
parent | f0c7a1872b667858155ca30349b80b9ff240fb1d (diff) |
wrap long lines
Diffstat (limited to '_checkstyle/checks.xml')
-rw-r--r-- | _checkstyle/checks.xml | 1 |
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> |