Skip to content

Commit

Permalink
Post-rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Feb 13, 2024
1 parent 841cdc1 commit 22b02c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/checkstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ report_directory="$([ "${#}" = 0 ] || ([ -z "${do_sync}" ] && echo "${1}") || ([
build_flags="-Dassertj.version=3.24.2"
additional_src_directories="\${project.basedir}\${file.separator}src\${file.separator}it\${file.separator}java,\${project.basedir}\${file.separator}src\${file.separator}xdocs-examples\${file.separator}java"

# XXX: re-enable these once the required fixes have been added to the init patch
# XXX: Re-enable these once the required fixes have been added to the init patch.
patch_flags="-Xep:CanonicalClassNameUsage:OFF -Xep:ErrorProneRuntimeClasspath:OFF -Xep:UnqualifiedSuggestedFixImport:OFF"
validation_mvn_flags="-Dtest=!MetadataGeneratorUtilTest#metadataFilesGenerationAllFiles,!XdocsJavaDocsTest#allCheckSectionJavaDocs"

"$(dirname ${0})"/run-integration-test.sh "$test_name" "$project" "$repository" "$revision" "$build_flags" "$additional_src_directories" "" "" "$validation_mvn_flags" "$do_sync" "$report_directory"
"$(dirname ${0})"/run-integration-test.sh "$test_name" "$project" "$repository" "$revision" "$build_flags" "$additional_src_directories" "${patch_flags}" "" "$validation_mvn_flags" "${do_sync}" "$report_directory"

0 comments on commit 22b02c3

Please sign in to comment.