FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pre-commit-java/.pre-commit-hooks.yaml at main · caoychn/pre-commit-java · GitHub
caoychn
/
pre-commit-java
Public
forked from
gherynos/pre-commit-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pre-commit-java
/
.pre-commit-hooks.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (21 loc) · 540 Bytes
Breadcrumbs
pre-commit-java
/
.pre-commit-hooks.yaml
Copy path
File metadata and controls
23 lines (21 loc) · 540 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-
id
:
pmd
name
:
pmd
description
:
"
Runs the PMD static code analyzer.
"
language
:
docker
entry
:
/bin/bash /opt/run_pmd.sh
files
:
\.java$
require_serial
:
true
-
id
:
cpd
name
:
cpd
description
:
"
Runs the Copy/Paste Detector (CPD).
"
language
:
docker
entry
:
/bin/bash /opt/run_cpd.sh
files
:
\.java$
require_serial
:
true
-
id
:
checkstyle
name
:
checkstyle
description
:
"
Runs the Checkstyle static code analysis tool.
"
language
:
docker
entry
:
/bin/bash /opt/run_checkstyle.sh
files
:
\.java$
require_serial
:
true
Back
|
FazBrowse Home
|
New Git URL