diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 67f34f9..84758b2 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -32,3 +32,10 @@ entry: maven-spotless-apply language: python pass_filenames: false + +- id: maven-checkstyle + name: maven checkstyle check + description: Runs checkstyle:check goal + entry: maven-checkstyle + language: python + pass_filenames: false