diff --git a/README.md b/README.md index 98bcdf0..6916e5f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Rule|Level|Source|Enabled|Suppressable [AnnotationLocation](#annotationlocation)|layout|checkstyle|Yes| [AnnotationUseStyle](#annotationusestyle)|layout|checkstyle|Yes| [AnonInnerLength](#anoninnerlength)|complexity|checkstyle|Yes| -[ArrayTrailingComma](#arraytrailingcomma)|unspecified|checkstyle|| +[ArrayTrailingComma](#arraytrailingcomma)|tweaks|checkstyle|| [ArrayTypeStyle](#arraytypestyle)|layout|checkstyle|Yes| [AtclauseOrder](#atclauseorder)|javadoc|checkstyle|Yes| [AvoidConditionInversion](#avoidconditioninversion)|complexity|sevntu|| @@ -125,7 +125,7 @@ Rule|Level|Source|Enabled|Suppressable [FileTabCharacter](#filetabcharacter)|layout|checkstyle|Yes| [FinalClass](#finalclass)|complexity|checkstyle|Yes| [FinalizeImplementation](#finalizeimplementation)|unspecified|sevntu|| -[FinalLocalVariable](#finallocalvariable)|unspecified|checkstyle|| +[FinalLocalVariable](#finallocalvariable)|tweaks|checkstyle|| [FinalParameters](#finalparameters)|tweaks|checkstyle|Yes| [ForbidAnnotation](#forbidannotation)|unspecified|sevntu|| [ForbidCCommentsInMethods](#forbidccommentsinmethods)|layout|sevntu|Yes| diff --git a/builder/src/main/resources/application.yml b/builder/src/main/resources/application.yml index 8d331fe..3380f3a 100644 --- a/builder/src/main/resources/application.yml +++ b/builder/src/main/resources/application.yml @@ -1182,7 +1182,7 @@ rules: - name: ArrayTrailingComma parent: TREEWALKER - level: TWEAK + level: TWEAKS enabled: false source: CHECKSTYLE uri: http://checkstyle.sourceforge.net/config_coding.html#ArrayTrailingComma @@ -1190,7 +1190,7 @@ rules: - name: FinalLocalVariable parent: TREEWALKER - level: TWEAK + level: TWEAKS enabled: false source: CHECKSTYLE uri: http://checkstyle.sourceforge.net/config_coding.html#FinalLocalVariable