There was an error while loading. Please reload this page.
1 parent 71a1ead commit f017ec6Copy full SHA for f017ec6
1 file changed
.pre-commit-hooks.yaml
@@ -1,19 +1,22 @@
1
- id: pmd
2
name: pmd
3
+ description: "Runs the PMD static code analyzer."
4
language: docker
5
entry: /bin/bash /opt/run_pmd.sh
6
files: \.java$
7
require_serial: true
8
9
- id: cpd
10
name: cpd
11
+ description: "Runs the Copy/Paste Detector (CPD)."
12
13
entry: /bin/bash /opt/run_cpd.sh
14
15
16
17
- id: checkstyle
18
name: checkstyle
19
+ description: "Runs the Checkstyle static code analysis tool."
20
21
entry: /bin/bash /opt/run_checkstyle.sh
22
0 commit comments