Extend vet
so that it produces a warning if any .gitignore files are in the srcs input to a package. #140
Open
Description
Is your feature request related to a problem? Please describe
- It's normal to add build artefacts to
.gitignore
- Leeways'
srcs
globs makes it easy to include unintended files
Describe the behaviour you'd like
I'd like for vet
to provide a warning if any files that are .gitignore
d are part of the expanded srcs
.
Describe alternatives you've considered
Today you can probably manually check for this using a combination of leeway describe
, jq
and a bit of bash
.
Additional context
Metadata
Assignees
Labels
No labels