diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index f5ca49d..e7d11cd 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -37,6 +37,7 @@ jobs: github_token: ${{ secrets.TOKEN }} reporter: 'github-pr-check' checkstyle_config: 'config/checkstyle/checkstyle.xml' + properties_file: 'Dconfig_loc=config/checkstyle/checkstyle-suppressions.xml' - name: Run checkstyle gradle run: ./gradlew checkstyleMain checkstyleTest \ No newline at end of file