From ecdc4859a0eaf97db959b1064b1060e392fe1bf4 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Tue, 27 Nov 2018 17:44:59 +0000 Subject: 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit 1.2.3-korg