diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-25 09:52:57 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-25 11:06:02 -0400 |
commit | 9dc04ce3df02991d115d4a5df4a00b421075485f (patch) | |
tree | da703916fea81509b66307301ac53624e516b8ee /.gitignore | |
parent | c92259c97d856a59a9ce31b06c36cfdb045b38bc (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ .DS_Store +.checkstyle .project .settings .classpath @@ -7,3 +8,4 @@ target .metadata/ /bin/ +.idea |