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 5, 2019
1 parent 8bf2c74 commit 33584ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/get_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
WINDOWS_BROKEN = set((
'bakalint', # not installed
'phpcs', # https://github.com/coala/coala-bears/issues/2916
'pmd', 'cpd', # https://github.com/coala/coala-bears/issues/2908
'mcs', # choco mono isnt providing this in the PATH
'tailor', # installer fails
'shellcheck', # https://github.com/coala/coala-bears/issues/2920
Expand Down
3 changes: 3 additions & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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 @@ -97,6 +97,11 @@
{
"name": "ShellCheck",
"source": ""
},
{
"args": "--ignore-dependencies",
"name": "pmd",
"source": ""
}
],
"scripts": {
Expand Down

0 comments on commit 33584ba

Please sign in to comment.