Skip to content

Commit

Permalink
Merge pull request #13 from aboutbits/config-update
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
SirCotare authored Oct 16, 2024
2 parents 208f9db + 3901440 commit 8609f39
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 226 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
<url>https://maven.pkg.github.com/aboutbits/*</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>github</id>
<url>https://maven.pkg.github.com/aboutbits/*</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>

Expand Down
13 changes: 13 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions checkstyle-suppressions.xml

This file was deleted.

210 changes: 0 additions & 210 deletions checkstyle.xml

This file was deleted.

9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@
<version>3.5.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<suppressionsFileExpression>
checkstyle-suppressions.xml
</suppressionsFileExpression>
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
Expand All @@ -196,6 +194,11 @@
<artifactId>checkstyle</artifactId>
<version>10.18.1</version>
</dependency>
<dependency>
<groupId>it.aboutbits</groupId>
<artifactId>java-checkstyle-config</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down

0 comments on commit 8609f39

Please sign in to comment.