We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cfea6 commit 78aa005Copy full SHA for 78aa005
.github/workflows/java-checkstyle.yml
@@ -26,6 +26,6 @@ jobs:
26
reporter: github-pr-review
27
# report on anything that is in an added/modified file
28
filter_mode: file
29
- # fail_on_error: true
30
- checkstyle_config: ../google_checks_mod.xml
31
- # workdir: ./src/com/code4tomorrow # working dir relative to root dir
+ fail_on_error: true
+ checkstyle_config: google_checks_mod.xml
+ workdir: ./src/com/code4tomorrow # working dir relative to root dir
google_checks.mod.xml renamed to google_checks_mod.xml
0 commit comments