We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c2128 commit 2a766deCopy full SHA for 2a766de
1 file changed
.pre-commit-hooks.yaml
@@ -19,6 +19,13 @@
19
language: python
20
pass_filenames: false
21
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
+
29
- id: maven-spotless-check
30
name: maven spotless check
31
description: Runs spotless:check goal
0 commit comments