Skip to content

Commit

Permalink
Include missing hook maven-checkstyle #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ejba committed Sep 21, 2021
1 parent 14c2128 commit 2a766de
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 @@ -19,6 +19,13 @@
language: python
pass_filenames: false

- id: maven-checkstyle
name: maven checkstyle
description: Runs maven checkstyle build lifecycle
entry: maven-checkstyle
language: python
pass_filenames: false

- id: maven-spotless-check
name: maven spotless check
description: Runs spotless:check goal
Expand Down

0 comments on commit 2a766de

Please sign in to comment.