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.

Closes #2908
Related to #651
  • Loading branch information
jayvdb committed Aug 5, 2019
1 parent aeb873b commit 4d74a61
Show file tree
Hide file tree
Showing 3 changed files with 5 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
1 change: 1 addition & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ choco_requirements:
cppcheck: true
xsltproc: true
ShellCheck: true # https://github.com/coala/coala-bears/issues/2920
pmd: true

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

0 comments on commit 4d74a61

Please sign in to comment.