diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-11-27 17:44:59 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-11-27 17:44:59 +0000 |
commit | ecdc4859a0eaf97db959b1064b1060e392fe1bf4 (patch) | |
tree | b6bdd91ec723dd2608d221a088a8b4b5c1a4b872 /.gitignore | |
parent | 270656abb1ed24930b2f9e57f5bef659494f5e8e (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-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ .settings/ target/ logs/ -debug-logs/
\ No newline at end of file +debug-logs/ +.checkstyle |