X Tutup
Skip to content

Commit bf16317

Browse files
committed
introduce PMD/category/java/errorprone.xml/ImportFromSamePackage rule
1 parent 7cba688 commit bf16317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@
9191
<rule ref="category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize" />
9292
<rule ref="category/java/errorprone.xml/FinalizeShouldBeProtected" />
9393
<rule ref="category/java/errorprone.xml/IdempotentOperations" />
94+
<rule ref="category/java/errorprone.xml/ImportFromSamePackage" />
9495
</ruleset>

0 commit comments

Comments
 (0)
X Tutup