From 9dc04ce3df02991d115d4a5df4a00b421075485f Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 25 Sep 2018 09:52:57 -0400 Subject: Setup checkstyle and coverage Removed redundant version. Added checkstyle and code coverage declarations. Added gitignore for idea and checkstyle. Change-Id: I3600a1bacdc3aa5bb87c5c2aae961703f603d1b2 Issue-ID: POLICY-1136 Signed-off-by: Pamela Dragosh --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 236c0b3..8ae43ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +.checkstyle .project .settings .classpath @@ -7,3 +8,4 @@ target .metadata/ /bin/ +.idea -- cgit 1.2.3-korg