diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-25 09:20:32 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-25 11:03:11 -0400 |
commit | 8218ae0be874fe0a662f52ac74cd43f564e7b666 (patch) | |
tree | 5c1603e6d16af60b4280e25deff759b2a02fb77f /.gitignore | |
parent | da9e01a78e3205ee7238196a574adcf11c041797 (diff) |
Clean up checkstyle declaration
Fixed the path for finding the src files.
Added eclipse lifecycle to ignore the oparent checkstyle
bug.
Cleaned up existing checkstyle issues.
Added entries into .gitignore to ignore debug logging
directories created.
Issue-ID: POLICY-1136
Change-Id: I684038babcb9723cfc4bef2b2a713425ae077599
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ .DS_Store +.checkstyle .project .settings .classpath @@ -8,3 +9,5 @@ target .metadata/ /bin/ .idea +logs/ +debug-logs/ |