summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-01-11 08:04:47 +0200
committerGravatar Uko Kokņevičs2026-01-11 08:22:12 +0200
commitab8b25f94257a504c6481f4842c6c442d68ef7ee (patch)
treeaee0a641d8d2ab5edc1eb91a7a134b5a42201bff
parentRequire help, wrapper, & versions plugins explicitly in parent (diff)
downloadlv.enes:parent-ab8b25f94257a504c6481f4842c6c442d68ef7ee.tar.gz
lv.enes:parent-ab8b25f94257a504c6481f4842c6c442d68ef7ee.tar.xz
lv.enes:parent-ab8b25f94257a504c6481f4842c6c442d68ef7ee.zip
checkstyle: allow trailing comma in annotation arrays
-rw-r--r--buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle.xml b/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle.xml
index bd85b6f..59c240f 100644
--- a/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle.xml
+++ b/buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle.xml
@@ -37,7 +37,9 @@
37 <!-- ## Annotations ## --> 37 <!-- ## Annotations ## -->
38 <module name="AnnotationLocation" /> 38 <module name="AnnotationLocation" />
39 <!-- NO AnnotationOnSameLine --> 39 <!-- NO AnnotationOnSameLine -->
40 <module name="AnnotationUseStyle" /> 40 <module name="AnnotationUseStyle">
41 <property name="trailingArrayComma" value="ignore"/>
42 </module>
41 <module name="MissingDeprecated" /> 43 <module name="MissingDeprecated" />
42 <module name="MissingOverride" /> 44 <module name="MissingOverride" />
43 <module name="PackageAnnotation" /> 45 <module name="PackageAnnotation" />