Support negated terms
View options
- Truncate descriptions
Created by: hho
I just found out about Sourcegraph, installed it, imported the repos from our GitLab and tried to find out, which of our projects use untagged GitLab runners.
So my query was: file:.gitlab-ci.yml -tags
The result was this error message:
My feature request is: Please support negated terms (-term
).
It'd be very helpful to find reliance on old and/or implicit defaults, missing settings etc.
Thank you!