We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3cab6 commit 2981f9fCopy full SHA for 2981f9f
1 file changed
.pre-commit-hooks.yaml
@@ -32,3 +32,10 @@
32
entry: maven-spotless-apply
33
language: python
34
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