Skip to content

Commit

Permalink
Merge pull request #233 from dickschoeller/232-checkstyle-beans
Browse files Browse the repository at this point in the history
Fixes #232 - add bean annotation to checkstyle
  • Loading branch information
dickschoeller committed Mar 10, 2017
2 parents cbef77f + 3ca32a7 commit a0a68a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Allow field shadowing with constructor and setter arguments
<module name="SimplifyBooleanReturn"/>
<module name="DesignForExtension">
<!-- disable until codeclimate gets 7.2 or better -->
<!-- property name="ignoredAnnotations" value="Test, Before, After, BeforeClass, AfterClass, Bean"/ -->
<property name="ignoredAnnotations" value="Test, Before, After, BeforeClass, AfterClass, Bean"/>
</module>
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</reporting>
<build>
<plugins>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion gedbrowser-mongo-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</reporting>
<build>
<plugins>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion geoservice-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</reporting>
<build>
<plugins>
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

<pmd-version>5.5.4</pmd-version>
<checkstyle-version>7.6</checkstyle-version>

<config-dir>${project.basedir}/config</config-dir>
</properties>

Expand Down

0 comments on commit a0a68a5

Please sign in to comment.