aboutsummaryrefslogtreecommitdiffstats
path: root/ci_scripts
diff options
context:
space:
mode:
authoreconwar <conor.ward@est.tech>2019-06-24 20:13:36 +0000
committereconwar <conor.ward@est.tech>2019-06-24 20:13:36 +0000
commitcf55456bbe6ce4da723f9dfa64b573f02908ab24 (patch)
tree9eaa7ace1f7bd695be3f9e77eab96576e337c1ea /ci_scripts
parent5a55b790e8afa3131fd5f894e5d1b1e036dc4cd1 (diff)
Remove checkstyle syntax warnings from dr-node
Change-Id: I79c76277bbf4df2494a12d3558900bbbad605931 Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'ci_scripts')
-rw-r--r--ci_scripts/onap-style-java.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci_scripts/onap-style-java.xml b/ci_scripts/onap-style-java.xml
index 89b25682..502ea7ac 100644
--- a/ci_scripts/onap-style-java.xml
+++ b/ci_scripts/onap-style-java.xml
@@ -169,7 +169,7 @@
</module>
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
- <property name="allowedAbbreviationLength" value="3"/>
+ <property name="allowedAbbreviationLength" value="20"/>
</module>
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>