File tree Expand file tree Collapse file tree 3 files changed +444
-0
lines changed
Expand file tree Collapse file tree 3 files changed +444
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <eclipse-pmd xmlns =" http://acanda.ch/eclipse-pmd/0.8" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://acanda.ch/eclipse-pmd/0.8 http://acanda.ch/eclipse-pmd/eclipse-pmd-0.8.xsd" >
3+ <analysis enabled =" true" />
4+ <rulesets >
5+ <ruleset name =" Custom Rules" ref =" src/main/resources/pmd-ruleset.xml" refcontext =" project" />
6+ </rulesets >
7+ </eclipse-pmd >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <pmd >
3+ <useProjectRuleSet >true</useProjectRuleSet >
4+ <ruleSetFile >/Users/skippy/repos/snyk-eclipse-plugin/plugin/src/main/resources/pmd-ruleset.xml</ruleSetFile >
5+ <includeDerivedFiles >false</includeDerivedFiles >
6+ <violationsAsErrors >true</violationsAsErrors >
7+ <fullBuildEnabled >true</fullBuildEnabled >
8+ </pmd >
You can’t perform that action at this time.
0 commit comments