aboutsummaryrefslogtreecommitdiffstats
path: root/ci_scripts/onap-style-java.xml
diff options
context:
space:
mode:
authorFiachra Corcoran <fiachra.corcoran@est.tech>2019-05-29 17:00:14 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-29 17:00:14 +0000
commit52c5c5ab9ba33755e26f06f41de608f825866a53 (patch)
tree2bdc377884a03714891da625227b68cb2c2e9f17 /ci_scripts/onap-style-java.xml
parent9c6f3aa2db3c3bc632038f69ff680f48b5f28ec2 (diff)
parent0a440fd3ae3b413cd7de57677aec690f14ec7d53 (diff)
Merge "Remove major and minor code smells in dr-node"
Diffstat (limited to 'ci_scripts/onap-style-java.xml')
-rw-r--r--ci_scripts/onap-style-java.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci_scripts/onap-style-java.xml b/ci_scripts/onap-style-java.xml
index 7f9e4710..89b25682 100644
--- a/ci_scripts/onap-style-java.xml
+++ b/ci_scripts/onap-style-java.xml
@@ -52,7 +52,7 @@
<property name="eachLine" value="true"/>
</module>
<module name="SuppressionFilter">
- <property name="file" value="ci_scripts/suppressTestFiles.xml" />
+ <property name="file" value="ci_scripts/suppressedFilesForStyleCheck.xml" />
</module>
<module name="TreeWalker">
<module name="OuterTypeFilename"/>
@@ -169,7 +169,7 @@
</module>
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
- <property name="allowedAbbreviationLength" value="1"/>
+ <property name="allowedAbbreviationLength" value="3"/>
</module>
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>