diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/build.yaml rename to .github/workflows/build.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a5b5928c8c..f753537304 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: languages: ${{ matrix.language }} - name: Perform minimal build if: matrix.language == 'java' - run: mvn -T1C clean install -DskipTests -Dverification.skip + run: mvn -T1C clean package -DskipTests -Dverification.skip - name: Perform CodeQL analysis uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5 with: diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yml similarity index 100% rename from .github/workflows/deploy-website.yaml rename to .github/workflows/deploy-website.yml diff --git a/pom.xml b/pom.xml index 932a3c946f..5d4b6b7f60 100644 --- a/pom.xml +++ b/pom.xml @@ -47,9 +47,9 @@ refaster-test-support - + scm:git:git@github.com:PicnicSupermarket/error-prone-support.git - v0.12.0 + HEAD https://github.com/PicnicSupermarket/error-prone-support @@ -100,6 +100,10 @@ -XX:TieredStopAtLevel=1 + + -XX:+UseParallelGC @@ -141,7 +145,7 @@ com.google.errorprone - 2023-10-04T14:40:37Z + ${git.commit.time} UTF-8 + + + @@ -810,6 +826,7 @@ + @@ -1284,6 +1301,14 @@ org.codehaus.mojo tidy-maven-plugin 1.2.0 + + + check-pom + + check + + + org.codehaus.mojo @@ -1520,7 +1545,7 @@ `BugChecker` test code and the Refaster test files) does not exhibit anti-patterns other than those associated with the check/rule under test. Ideally all test cases are realistic. --> - -XepAllSuggestionsAsWarnings -Xep:MethodReferenceUsage:OFF + -Xep:MethodReferenceUsage:OFF @@ -1545,6 +1570,31 @@ + + + avoid-errors + + + verification.warn + + + + + + + org.codehaus.mojo + tidy-maven-plugin + + true + + + + + + -XepAllErrorsAsWarnings + -XepAllSuggestionsAsWarnings + + -XepAllDisabledChecksAsWarnings -XepDisableWarningsInGeneratedCode - - -XepAllDisabledChecksAsWarnings + -XepExcludedPaths:\Q${project.build.directory}${file.separator}\E.* -Xep:AndroidJdkLibsChecker:OFF + disallow-warnings