Skip to content

Commit

Permalink
Closes #331: Missing default value for rule added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Pichler committed Sep 22, 2015
1 parent 167849e commit 0db4a3e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/main/resources/rulesets/controversial.xml
Expand Up @@ -66,10 +66,12 @@ It is considered best practice to use the camelCase notation to name attributes.
</description>
<priority>1</priority>
<properties>
<property
name="allow-underscore"
description="Allow an optional, single underscore at the beginning."
value="false" />
<property name="allow-underscore"
description="Allow an optional, single underscore at the beginning."
value="false" />
<property name="allow-underscore-test"
description="Is it allowed to have underscores in test method names."
value="false" />
</properties>
<example>
<![CDATA[
Expand Down

0 comments on commit 0db4a3e

Please sign in to comment.