From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- .../code-tools/findbugs_include_filter.xml | 5 + project-configs/code-tools/oap_checkstyle_1.0.xml | 98 +++++++ .../code-tools/oap_codetemplates_1.0.xml | 53 ++++ project-configs/code-tools/oap_formatter_1.0.xml | 291 +++++++++++++++++++++ 4 files changed, 447 insertions(+) create mode 100644 project-configs/code-tools/findbugs_include_filter.xml create mode 100644 project-configs/code-tools/oap_checkstyle_1.0.xml create mode 100644 project-configs/code-tools/oap_codetemplates_1.0.xml create mode 100644 project-configs/code-tools/oap_formatter_1.0.xml (limited to 'project-configs/code-tools') diff --git a/project-configs/code-tools/findbugs_include_filter.xml b/project-configs/code-tools/findbugs_include_filter.xml new file mode 100644 index 0000000000..b1b2fe2d74 --- /dev/null +++ b/project-configs/code-tools/findbugs_include_filter.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/project-configs/code-tools/oap_checkstyle_1.0.xml b/project-configs/code-tools/oap_checkstyle_1.0.xml new file mode 100644 index 0000000000..a3da8e8ccf --- /dev/null +++ b/project-configs/code-tools/oap_checkstyle_1.0.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project-configs/code-tools/oap_codetemplates_1.0.xml b/project-configs/code-tools/oap_codetemplates_1.0.xml new file mode 100644 index 0000000000..89146a8dc7 --- /dev/null +++ b/project-configs/code-tools/oap_codetemplates_1.0.xml @@ -0,0 +1,53 @@ + \ No newline at end of file diff --git a/project-configs/code-tools/oap_formatter_1.0.xml b/project-configs/code-tools/oap_formatter_1.0.xml new file mode 100644 index 0000000000..e41ea9e941 --- /dev/null +++ b/project-configs/code-tools/oap_formatter_1.0.xml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg