Skip to content

Commit 2a766de

Browse files
committed
Include missing hook maven-checkstyle #6
1 parent 14c2128 commit 2a766de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
language: python
2020
pass_filenames: false
2121

22+
- id: maven-checkstyle
23+
name: maven checkstyle
24+
description: Runs maven checkstyle build lifecycle
25+
entry: maven-checkstyle
26+
language: python
27+
pass_filenames: false
28+
2229
- id: maven-spotless-check
2330
name: maven spotless check
2431
description: Runs spotless:check goal

0 commit comments

Comments
 (0)