Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Nov 18, 2024
1 parent 3d557c0 commit 9359441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run-integration-tests:
name: On-demand integration test
if: |
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-tests')
github.event.issue.pull_request && contains(github.event.comment.body, '/integration-tests')
runs-on: ubuntu-24.04
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/checkstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repository='https://github.com/checkstyle/checkstyle.git'
revision='checkstyle-10.14.0'
# XXX: Configure Renovate to manage the AssertJ version declared here.
additional_build_flags='-Perror-prone-compile,error-prone-test-compile -Dassertj.version=3.24.2 -Dmaven.compiler.failOnError=true'
additional_source_directories="${project.basedir}${file.separator}src${file.separator}it${file.separator}java,${project.basedir}${file.separator}src${file.separator}xdocs-examples${file.separator}java"
shared_error_prone_flags="-XepExcludedPaths:(\Q${project.basedir}${file.separator}src${file.separator}\E(it|test|xdocs-examples)\Q${file.separator}resources\E|\Q${project.build.directory}${file.separator}\E).*"
additional_source_directories='${project.basedir}${file.separator}src${file.separator}it${file.separator}java,${project.basedir}${file.separator}src${file.separator}xdocs-examples${file.separator}java'
shared_error_prone_flags='-XepExcludedPaths:(\Q${project.basedir}${file.separator}src${file.separator}\E(it|test|xdocs-examples)\Q${file.separator}resources\E|\Q${project.build.directory}${file.separator}\E).*'
patch_error_prone_flags=''
validation_error_prone_flags=''
# Validation skips some tests:
Expand Down
1 change: 0 additions & 1 deletion integration-tests/run-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ function apply_patch() {
}
apply_patch ''


# Run one more full build and log the output.
#
# By also running the tests, we validate that the (majority of) applied changes
Expand Down

0 comments on commit 9359441

Please sign in to comment.