Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude 'target' and '.DS_Store' from checkstyle coverage (typedb#390)
## What is the goal of this PR? We now exclude `target` and `.DS_Store` from checkstyle coverage tests. ## What are the changes implemented in this PR? `target` is typically a generated folder (e.g. by `cargo`). `.DS_Store` is generated by Finder on a Mac. They should be excluded from checkstyle coverage. NB: Fixing typedb#253 would remove the need for this PR, but it's harder to do.
- Loading branch information