Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #8 from zanata/checkstyle
Browse files Browse the repository at this point in the history
amend checkstyle to exclude test resources check
  • Loading branch information
seanf committed Feb 5, 2014
2 parents ddb2bf9 + 09fbf95 commit 5e59f1f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Expand Up @@ -232,6 +232,7 @@
<!-- report violations to stdout (not console!) -->
<consoleOutput>true</consoleOutput>
<includes>*.xml,*.txt,*.md,etc/**,src/**</includes>
<excludes>src/test/resources/**</excludes>
<sourceDirectory>${project.basedir}</sourceDirectory>
</configuration>
<!--
Expand Down Expand Up @@ -322,11 +323,11 @@
</bannedDependencies>
<banDuplicateClasses>
<findAllDuplicates>true</findAllDuplicates>
<message xml:space="preserve">
Warning: found duplicate classes on classpath. Please remove unnecessary
dependencies if possible, and consider adding them to bannedDependencies.
If that is not possible, please add an ignoreClass for the class or entire
package.
<message xml:space="preserve">
Warning: found duplicate classes on classpath. Please remove unnecessary
dependencies if possible, and consider adding them to bannedDependencies.
If that is not possible, please add an ignoreClass for the class or entire
package.
</message>
</banDuplicateClasses>
<requireNoRepositories>
Expand Down

0 comments on commit 5e59f1f

Please sign in to comment.