Check Code doesn't work from project root in non-java projects
A source code analyzer
Brought to you by:
adangel,
juansotuyo
Do you get any error message?
Ok: one problem is: if you try to enable PMD for a non-java project, you'll get an exception on apply. This is due to the requirement, that the PMD nature requires the java nature. See https://github.com/pmd/pmd-eclipse-plugin/blob/master/net.sourceforge.pmd.eclipse.plugin/plugin.xml#L164
As you can't enable PMD for such project at the moment, there is nothing to check... So I guess, the problem is really, that you can't enable PMD?
This will be fixed with the next version.
You can test the new version by installing the latest plugin version from
https://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site-latest/