Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/checkstyle' into feature…
Browse files Browse the repository at this point in the history
…/checkstyle
  • Loading branch information
ramueSVA committed Oct 10, 2024
2 parents 3792436 + 45cf32c commit afaa9f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,7 @@
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )" />
<property name="period" value="" />
</module>
<module name="JavadocParagraph">
<property name="allowNewlineParagraph" value="false" />
</module>
<module name="JavadocParagraph" />
<module name="RequireEmptyLineBeforeBlockTagGroup" />
<module name="AtclauseOrder">
<property name="tagOrder" value="@param, @return, @throws, @deprecated" />
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-for-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Run Checkstyle
run: mvn checkstyle:check
run: mvn validate
- name: Run unit tests
run: mvn clean test
- name: Run integration tests
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@
<configLocation>.config/checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit afaa9f7

Please sign in to comment.