Skip to content

Commit 2981f9f

Browse files
authored
Added missing maven-checkstyle hook
Even the maven-checkstyle python script is available, the hook was missing
1 parent 8e3cab6 commit 2981f9f

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
@@ -32,3 +32,10 @@
3232
entry: maven-spotless-apply
3333
language: python
3434
pass_filenames: false
35+
36+
- id: maven-checkstyle
37+
name: maven checkstyle check
38+
description: Runs checkstyle:check goal
39+
entry: maven-checkstyle
40+
language: python
41+
pass_filenames: false

0 commit comments

Comments
 (0)