Skip to content

Commit

Permalink
Disable Codacy flagging use of fully qualified names
Browse files Browse the repository at this point in the history
  • Loading branch information
rcordovano committed Mar 6, 2018
1 parent 62a57d7 commit d902375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@
<rule ref="rulesets/java/imports.xml/ImportFromSamePackage"/>
<rule ref="rulesets/java/imports.xml/DuplicateImports"/>
<rule ref="rulesets/java/imports.xml/DontImportJavaLang"/>
<rule ref="rulesets/java/imports.xml/UnnecessaryFullyQualifiedName"/>
<!-- Disabled because flagging use of Bundle for bundle messages
is not desirable since this qualification helps with code completion
while inappropriate use of full qualification is otherwise very rare
<rule ref="rulesets/java/imports.xml/UnnecessaryFullyQualifiedName"/>-->
<!-- Disabled because it generated a lot of errors for non-Beans
<rule ref="rulesets/java/javabeans.xml/BeanMembersShouldSerialize"/>-->
<rule ref="rulesets/java/javabeans.xml/MissingSerialVersionUID"/>
Expand Down

0 comments on commit d902375

Please sign in to comment.