Skip to content

Commit

Permalink
Issue #45: move all configs to config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 25, 2016
1 parent f782939 commit ed6d76d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
checkstyle.suppressions.file=checkstyle-sonar-plugin/suppressions.xml
checkstyle.suppressions.file=checkstyle-sonar-plugin/config/suppressions.xml
checkstyle.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java.header
checkstyle.regexp.header.file=https://raw.githubusercontent.com/checkstyle/checkstyle/master/config/java_regexp.header
checkstyle.importcontrol.file=checkstyle-sonar-plugin/import-control.xml
checkstyle.importcontrol.file=checkstyle-sonar-plugin/config/import-control.xml
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion checkstyle-sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle_checks.xml</configLocation>
<failOnViolation>true</failOnViolation>
<linkXRef>false</linkXRef>
<propertiesLocation>checkstyle.properties</propertiesLocation>
<propertiesLocation>config/checkstyle.properties</propertiesLocation>
<sourceDirectory>${project.basedir}/src</sourceDirectory>
</configuration>
</execution>
Expand Down

0 comments on commit ed6d76d

Please sign in to comment.