breautek opened a new pull request, #307:
URL: https://github.com/apache/cordova-coho/pull/307

   Ignores coverage/ files
   
   I opted to not use `coverage` as the exclude term, as I felt that's too 
generic/broad and may potentially exclude files that we would want to scan.
   
   The RAT tool also doesn't appear to support a full glob syntax, so doing 
something like `coverage/**` doesn't work.
   
   So finally I choose `lcov-*` and `lcov.info`, which I feel is the safest 
exclude terms.
   
   These are generated files by code coverage tools and RAT states:
   
   > Generated files do not require license headers.
   
   Yet these files were being checked and was creating unnecessary noise.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to