diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-16 14:17:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-16 14:17:43 +0000 |
commit | 5190c58837149c4599182d211d8ae5bd83003d34 (patch) | |
tree | 6186091f088a43623a2b9ebf9b203fc33e90825a /src/site-docs/adoc/fragments/howto-codestyle/11-plugin-checkstyle.adoc | |
parent | c293413c1c46d3c59ff8a855d683f4614bbe644a (diff) | |
parent | 0cf967c0239a8ab9c8b8831b700b72d9a08f7b03 (diff) |
Merge "Remove apex asciidoc documents"
Diffstat (limited to 'src/site-docs/adoc/fragments/howto-codestyle/11-plugin-checkstyle.adoc')
-rw-r--r-- | src/site-docs/adoc/fragments/howto-codestyle/11-plugin-checkstyle.adoc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/site-docs/adoc/fragments/howto-codestyle/11-plugin-checkstyle.adoc b/src/site-docs/adoc/fragments/howto-codestyle/11-plugin-checkstyle.adoc deleted file mode 100644 index d8a55c37e..000000000 --- a/src/site-docs/adoc/fragments/howto-codestyle/11-plugin-checkstyle.adoc +++ /dev/null @@ -1,28 +0,0 @@ -// -// ============LICENSE_START======================================================= -// Copyright (C) 2016-2018 Ericsson. All rights reserved. -// ================================================================================ -// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE -// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode -// -// SPDX-License-Identifier: CC-BY-4.0 -// ============LICENSE_END========================================================= -// -// @author Sven van der Meer (sven.van.der.meer@ericsson.com) -// - -== Eclipse Plugin: Checkstyle - -This plugin integrates link:http://checkstyle.sourceforge.net/[Checkstyle] into Eclipse. -It will check your code and flag any checkstyle issues as warnings in the code. - -Available from the Eclipse Marketplace. -In Eclipse Help->Eclipse Marketplace... and type "Checkstyle". -Select "Checkstyle Plug-in" when the search returns and install it. -Note that "Checkstyle Plug-in" may not be the first result in the list of items returned. - -For APEX, the ONAP checkstyle rules do apply. -The configuration is part of the ONAP parent. -See link:https://git.onap.org/oparent/plain/checkstyle/src/main/resources/onap-checkstyle/[ONAP Git] for details and updates. -All settings for checkstyle are already part of the code (POM files). - |