summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-11-27 17:44:59 +0000
committermark.j.leonard <mark.j.leonard@gmail.com>2018-11-27 17:44:59 +0000
commitecdc4859a0eaf97db959b1064b1060e392fe1bf4 (patch)
treeb6bdd91ec723dd2608d221a088a8b4b5c1a4b872 /.gitignore
parent270656abb1ed24930b2f9e57f5bef659494f5e8e (diff)
Fix Sonar code smells
Reformat to ONAP Java standards. Rename GizmoTranslatorTest.java to Test*.java to match the existing naming conventions. Remove duplicated test scaffolding from this file. Change-Id: Ie8d5f7ea113d3d60d6222f66cd6740df7f9afca0 Issue-ID: AAI-1957 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f402f8c..363b131 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
.settings/
target/
logs/
-debug-logs/ \ No newline at end of file
+debug-logs/
+.checkstyle