Skip to content

Commit

Permalink
Merge pull request #1 from noorul/noorul-maven-checkstyle
Browse files Browse the repository at this point in the history
Added missing maven-checkstyle hook
  • Loading branch information
ejba authored Apr 17, 2021
2 parents 8e3cab6 + 2981f9f commit 592ef2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 592ef2f

Please sign in to comment.