diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-10 16:52:00 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-07-16 14:40:59 -0400 |
commit | 9558d17e24726d3794d80f2b4bdb6ce876bb58a1 (patch) | |
tree | 92f2c80ddbaf77cca9e4e77d4074df24caeb7d80 /policy-utils/pom.xml | |
parent | 2fa10fe07132ee328fac7b46b6ef1530bcf590e5 (diff) |
Fix checkstyle issues in policy-utils
Also deleted the checkstyle suppression file.
Change-Id: I51c69bce644204435fa8131c14132e0384b4e886
Issue-ID: POLICY-1909
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-utils/pom.xml')
-rw-r--r-- | policy-utils/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml index b9254d25..f4669ef8 100644 --- a/policy-utils/pom.xml +++ b/policy-utils/pom.xml @@ -74,7 +74,6 @@ <includeTestResources>true</includeTestResources> <excludes> </excludes> - <suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation> <consoleOutput>true</consoleOutput> <failsOnViolation>true</failsOnViolation> <violationSeverity>warning</violationSeverity> |