Skip to content

Commit

Permalink
Fudgefile: Enable pmd on Windows
Browse files Browse the repository at this point in the history
Choco package pmd now works on Windows, but
disable its dependency on jre8.

Closes coala#2908
Related to coala#651
  • Loading branch information
jayvdb committed Aug 6, 2019
1 parent d1b3e2e commit 7686f0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ choco_requirements:
cppcheck: true
xsltproc: true
ShellCheck: true # https://github.com/coala/coala-bears/issues/2920
pmd:
# pmd depends on jre8, unnecessary duplication of adoptopenjdk
args: --ignore-dependencies

# The first entry is the most supported
# Latter entries which are higher versions may have some bears disabled
Expand Down
5 changes: 5 additions & 0 deletions Fudgefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
{
"name": "ShellCheck",
"source": ""
},
{
"args": "--ignore-dependencies",
"name": "pmd",
"source": ""
}
],
"scripts": {
Expand Down

0 comments on commit 7686f0b

Please sign in to comment.