Added maven pmd plugin and configured it to fail build when violations are found #327
This commit is contained in:
3
exclude-pmd.properties
Normal file
3
exclude-pmd.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
com.iluwatar.servicelayer.common.BaseEntity=UnusedPrivateField
|
||||
com.iluwatar.doublechecked.locking.App=EmptyStatementNotInLoop,EmptyWhileStmt
|
||||
com.iluwatar.doublechecked.locking.InventoryTest=EmptyStatementNotInLoop,EmptyWhileStmt
|
Reference in New Issue
Block a user