builder:application.yml: assign missing levels to rules
This commit is contained in:
parent
7bd6dc038b
commit
ac3f7b28ab
1 changed files with 4 additions and 4 deletions
|
@ -143,7 +143,7 @@ rules:
|
||||||
-
|
-
|
||||||
name: ConstantName
|
name: ConstantName
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: null
|
level: NAMING
|
||||||
enabled: true
|
enabled: true
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_naming.html#ConstantName
|
uri: http://checkstyle.sourceforge.net/config_naming.html#ConstantName
|
||||||
|
@ -737,7 +737,7 @@ rules:
|
||||||
-
|
-
|
||||||
name: ParameterNumber
|
name: ParameterNumber
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: null
|
level: COMPLEXITY
|
||||||
enabled: true
|
enabled: true
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_sizes.html#ParameterNumber
|
uri: http://checkstyle.sourceforge.net/config_sizes.html#ParameterNumber
|
||||||
|
@ -874,7 +874,7 @@ rules:
|
||||||
-
|
-
|
||||||
name: TypecastParenPad
|
name: TypecastParenPad
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: null
|
level: LAYOUT
|
||||||
enabled: true
|
enabled: true
|
||||||
source: CHECKSTYLE
|
source: CHECKSTYLE
|
||||||
uri: http://checkstyle.sourceforge.net/config_whitespace.html#TypecastParenPad
|
uri: http://checkstyle.sourceforge.net/config_whitespace.html#TypecastParenPad
|
||||||
|
@ -1030,7 +1030,7 @@ rules:
|
||||||
-
|
-
|
||||||
name: LogicConditionNeedOptimization
|
name: LogicConditionNeedOptimization
|
||||||
parent: TREEWALKER
|
parent: TREEWALKER
|
||||||
level: null
|
level: TWEAKS
|
||||||
enabled: true
|
enabled: true
|
||||||
source: SEVNTU
|
source: SEVNTU
|
||||||
uri: http://sevntu-checkstyle.github.io/sevntu.checkstyle/apidocs/com/github/sevntu/checkstyle/checks/coding/LogicConditionNeedOptimizationCheck.html
|
uri: http://sevntu-checkstyle.github.io/sevntu.checkstyle/apidocs/com/github/sevntu/checkstyle/checks/coding/LogicConditionNeedOptimizationCheck.html
|
||||||
|
|
Loading…
Reference in a new issue