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|
|
||||
[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|
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue