builder:application.yml: assign missing levels to rules

This commit is contained in:
Paul Campbell 2017-01-05 06:43:08 +00:00
parent 7bd6dc038b
commit ac3f7b28ab

View file

@ -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