We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vet
.gitignore
srcs
I'd like for vet to provide a warning if any files that are .gitignored are part of the expanded srcs.
Today you can probably manually check for this using a combination of leeway describe, jq and a bit of bash.
leeway describe
jq
bash
See gitpod-io/gitpod#14157
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe
.gitignore
srcs
globs makes it easy to include unintended filesDescribe 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 expandedsrcs
.Describe alternatives you've considered
Today you can probably manually check for this using a combination of
leeway describe
,jq
and a bit ofbash
.Additional context
See gitpod-io/gitpod#14157
The text was updated successfully, but these errors were encountered: