README.md,application.yml: fix typo
ArrayTrailingCommand and FinalLocalVariable had typo in level (TWEAK when it should have been TWEAKS)
This commit is contained in:
parent
abe7251453
commit
6f9f07709f
2 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ Rule|Level|Source|Enabled|Suppressable
|
||||||
[AnnotationLocation](#annotationlocation)|layout|checkstyle|Yes|
|
[AnnotationLocation](#annotationlocation)|layout|checkstyle|Yes|
|
||||||
[AnnotationUseStyle](#annotationusestyle)|layout|checkstyle|Yes|
|
[AnnotationUseStyle](#annotationusestyle)|layout|checkstyle|Yes|
|
||||||
[AnonInnerLength](#anoninnerlength)|complexity|checkstyle|Yes|
|
[AnonInnerLength](#anoninnerlength)|complexity|checkstyle|Yes|
|
||||||
[ArrayTrailingComma](#arraytrailingcomma)|unspecified|checkstyle||
|
[ArrayTrailingComma](#arraytrailingcomma)|tweaks|checkstyle||
|
||||||
[ArrayTypeStyle](#arraytypestyle)|layout|checkstyle|Yes|
|
[ArrayTypeStyle](#arraytypestyle)|layout|checkstyle|Yes|
|
||||||
[AtclauseOrder](#atclauseorder)|javadoc|checkstyle|Yes|
|
[AtclauseOrder](#atclauseorder)|javadoc|checkstyle|Yes|
|
||||||
[AvoidConditionInversion](#avoidconditioninversion)|complexity|sevntu||
|
[AvoidConditionInversion](#avoidconditioninversion)|complexity|sevntu||
|
||||||
|
@ -125,7 +125,7 @@ Rule|Level|Source|Enabled|Suppressable
|
||||||
[FileTabCharacter](#filetabcharacter)|layout|checkstyle|Yes|
|
[FileTabCharacter](#filetabcharacter)|layout|checkstyle|Yes|
|
||||||
[FinalClass](#finalclass)|complexity|checkstyle|Yes|
|
[FinalClass](#finalclass)|complexity|checkstyle|Yes|
|
||||||
[FinalizeImplementation](#finalizeimplementation)|unspecified|sevntu||
|
[FinalizeImplementation](#finalizeimplementation)|unspecified|sevntu||
|
||||||
[FinalLocalVariable](#finallocalvariable)|unspecified|checkstyle||
|
[FinalLocalVariable](#finallocalvariable)|tweaks|checkstyle||
|
||||||
[FinalParameters](#finalparameters)|tweaks|checkstyle|Yes|
|
[FinalParameters](#finalparameters)|tweaks|checkstyle|Yes|
|
||||||
[ForbidAnnotation](#forbidannotation)|unspecified|sevntu||
|
[ForbidAnnotation](#forbidannotation)|unspecified|sevntu||
|
||||||
[ForbidCCommentsInMethods](#forbidccommentsinmethods)|layout|sevntu|Yes|
|
[ForbidCCommentsInMethods](#forbidccommentsinmethods)|layout|sevntu|Yes|
|
||||||
|
|
|
@ -1182,7 +1182,7 @@ rules:
|
||||||
-
|
-
|
||||||
name: ArrayTrailingComma
|
name: ArrayTrailingComma
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: TWEAK
|
level: TWEAKS
|
||||||
enabled: false
|
enabled: false
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_coding.html#ArrayTrailingComma
|
uri: http://checkstyle.sourceforge.net/config_coding.html#ArrayTrailingComma
|
||||||
|
@ -1190,7 +1190,7 @@ rules:
|
||||||
-
|
-
|
||||||
name: FinalLocalVariable
|
name: FinalLocalVariable
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: TWEAK
|
level: TWEAKS
|
||||||
enabled: false
|
enabled: false
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_coding.html#FinalLocalVariable
|
uri: http://checkstyle.sourceforge.net/config_coding.html#FinalLocalVariable
|
||||||
|
|
Loading…
Reference in a new issue