We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c422af4 commit 8face8fCopy full SHA for 8face8f
fallback-rules.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0"?>
2
+<ruleset name="fallback"
3
+ xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.net/ruleset_2_0_0.xsd">
6
+ <description>Minimal set – used when the admin forgets to supply XML</description>
7
+ <rule ref="category/java/codestyle.xml/MethodNamingConventions"/>
8
+</ruleset>
0 commit comments