Skip to content

Commit

Permalink
minor: add check to sonar extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
kariem committed Dec 4, 2016
1 parent a2d02dd commit be77aae
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,14 @@
<configKey>Checker/TreeWalker/com.github.sevntu.checkstyle.checks.coding.WhitespaceBeforeArrayInitializerCheck</configKey>
</rule>

<rule>
<key>com.github.sevntu.checkstyle.checks.coding.EnumTrailingCommaAndSemicolonCheck</key>
<name>Enum Trailing Comma</name>
<category name="coding"/>
<description>This checks enforces a trailing comma at the end of a line in an enum constant definition.</description>
<configKey>Checker/TreeWalker/com.github.sevntu.checkstyle.checks.coding.EnumTrailingCommaAndSemicolonCheck</configKey>
</rule>

<rule>
<key>com.github.sevntu.checkstyle.checks.design.InnerClassCheck</key>
<name>Inner Class</name>
Expand Down

0 comments on commit be77aae

Please sign in to comment.