Skip to content

Commit

Permalink
stop using google java format linter
Browse files Browse the repository at this point in the history
continue use checkstyle instead
  • Loading branch information
JayAgra committed Jul 22, 2023
1 parent 06c6e73 commit b82905d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IGNORE_GITIGNORED_FILES: true
VALIDATE_JAVA_CHECKSTYLE: true
VALIDATE_JAVA: true
VALIDATE_GOOGLE_JAVA_FORMAT: false

0 comments on commit b82905d

Please sign in to comment.