Skip to content

Commit

Permalink
remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
xfreebird committed Oct 1, 2014
1 parent 0ced26d commit fd5afe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
12 changes: 0 additions & 12 deletions src/main/resources/org/sonar/plugins/oclint/profile-oclint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@
<repositoryKey>OCLint</repositoryKey>
<key>short variable name</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>switch statements don't need default when fully covered</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>switch statements should have default</key>
Expand Down Expand Up @@ -255,17 +251,9 @@
<repositoryKey>OCLint</repositoryKey>
<key>useless parentheses</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>must override hash with isEqual</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>switch statements don't need default when fully covered</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>use early exits and continue</key>
</rule>
</rules>
</profile>
36 changes: 0 additions & 36 deletions src/main/resources/org/sonar/plugins/oclint/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -552,15 +552,6 @@ Priority: 3
Severity: 3
Category: OCLint

use early exits and continue
----------

Summary:

Priority: 3
Severity: 3
Category: OCLint

useless parentheses
----------

Expand All @@ -579,31 +570,4 @@ Priority: 2
Severity: 2
Category: OCLint

must override hash with isEqual
----------

Summary:

Priority: 2
Severity: 2
Category: OCLint

switch statements don't need default when fully covered
----------

Summary:

Priority: 2
Severity: 2
Category: OCLint

use early exits and continue
----------

Summary:

Priority: 2
Severity: 2
Category: OCLint


0 comments on commit fd5afe5

Please sign in to comment.