aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-25 09:27:15 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-25 11:07:20 -0400
commit1f9897d8f6f583a1aca829a787b8839f542236b9 (patch)
tree5211854bbe8761be3e93536b6ad3ba476c769287 /.gitignore
parent048390e7c4af8bf40095bddf2c9b76bc95445b19 (diff)
Setup checkstyle and coverage
Setting this project up for future work. Added checkstyle and jacoco coverage declarations. Removed redundant version. Added entries to gitignore for idea and checkstyle. Issue-ID: POLICY-1136 Change-Id: I2068165a66c1dda29c2c4da5cf3c807b866912c2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 236c0b3b..8ae43eae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.DS_Store
+.checkstyle
.project
.settings
.classpath
@@ -7,3 +8,4 @@
target
.metadata/
/bin/
+.idea