diff --git a/.ci/get_tests.py b/.ci/get_tests.py index 3f02c2310a..cf86abb494 100755 --- a/.ci/get_tests.py +++ b/.ci/get_tests.py @@ -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 diff --git a/.moban.yaml b/.moban.yaml index b9824460e7..569b4ac180 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -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 diff --git a/Fudgefile b/Fudgefile index ba5a989ea2..2c66828926 100644 --- a/Fudgefile +++ b/Fudgefile @@ -97,6 +97,10 @@ { "name": "ShellCheck", "source": "" + }, + { + "name": "pmd", + "source": "" } ], "scripts": {