diff options
author | liamfallon <liam.fallon@est.tech> | 2020-06-10 14:49:25 +0100 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-19 19:45:48 +0000 |
commit | 4e18f3946721647c5cb43e3a75470373abd024d3 (patch) | |
tree | fda40415dcc77e8fb391a41d59109f5395f79ae1 /oparent-python | |
parent | dacf78627b85541ad6ce35dcde3975ba3f89a859 (diff) |
Upgrade checkstyle to version 8.32 Google style
This review upgrades the checckstyle in ONAP to version 8.32, and
re-aligns the ONAP style definition with the 8.32 version of the Google
style guide.
This change was triggered by incompatible changes in checkstyle version
8.32.
Checkstyle has removed the directives "allowMissingThrowsTag" and
"allowThrowsTagsForSubclasses". These directives controlled whether the existence
of @Throws tags should be checked or not. In ONAP, these directives were set
to "don't check".
The default behaviour in checkstyle now is not to check @Throws javadoc
tags for existence.
See: https://github.com/checkstyle/checkstyle/issues/7329
Issue-ID: INT-1271
Change-Id: Iaabbf05b6aaf244388f654aa4e965da3d3a4f4e9
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'oparent-python')
-rw-r--r-- | oparent-python/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml index 7fffe7c..e5ccd0e 100644 --- a/oparent-python/pom.xml +++ b/oparent-python/pom.xml @@ -2,6 +2,7 @@ <!-- Copyright (c) 2016-2018 Huawei Technologies Co., Ltd. Modifications copyright (C) 2017-2019 AT&T Intellectual Property + Modifications Copyright (C) 2020 Nordix Foundation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -121,7 +122,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <id>write-python-version</id> |