Skip to content

Commit 384d73c

Browse files
authored
Update pmd.yml
1 parent 3254069 commit 384d73c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pmd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: PMD
1+
name: Source DRYness
22

33
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
pmd:
7-
name: PMD Analysis
7+
name: PMD
88
runs-on: "ubuntu-latest"
99
env:
1010
pr_everything: 0
@@ -33,5 +33,4 @@ jobs:
3333
"${PMD_HOME}/bin/pmd" cpd \
3434
--dir src \
3535
--language fortran \
36-
--minimum-tokens=10 \
37-
--fail-on-violation false
36+
--minimum-tokens=40

0 commit comments

Comments
 (0)