Skip to content

Commit

Permalink
Fixed more quality fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Sep 18, 2015
1 parent 2efeb27 commit c4c703b
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 694 deletions.
6 changes: 1 addition & 5 deletions gradle/findbugs/excludeFilter.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<FindBugsFilter>
<Match>
<Package name="org.apache.mesos.logstash.common"/>
</Match>

<Match>
<Bug code="SnVI"/>
<Package name="~.*\.logstash.*"/>
</Match>
</FindBugsFilter>
5 changes: 3 additions & 2 deletions gradle/quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ checkstyle {
sourceSets = [sourceSets.main] // disable style checks on tests
}

checkstyleMain.exclude '**/logstash/**'

pmd {
toolVersion = "5.1.3"
ruleSets = [
'java-basic',
'java-braces',
'java-clone',
'java-finalizers',
'java-imports'
'java-finalizers'
]
}

319 changes: 0 additions & 319 deletions logstash-commons/config/checkstyle/checkstyle.xml

This file was deleted.

7 changes: 0 additions & 7 deletions logstash-commons/config/findbugs/excludeFilter.xml

This file was deleted.

Loading

0 comments on commit c4c703b

Please sign in to comment.