diff options
| -rw-r--r-- | buildstuffs/src/main/resources/lv/enes/buildstuffs/checkstyle.xml | 4 |
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" /> |