-
**Describe the bug**
`semgrep ci --help` mentions
> Glob-style patterns follow the syntax supported by python, which is documented at https://docs.python.org/3/library/glob.html
but that's no…
-
### What is the problem this feature would solve?
I want to write a plugin to find unused files in the source directory.
I could enumerate all files below any entrypoint
I could cross out all used f…
-
I work with hundreds of different Git repositories, but often won't do anything in a particular repository for several months at a time. By the time I need to `z somerepo`, it no longer exists in the…
-
I am looking for a way to include all less files in a structure but explicitly exclude some.
According to [node-glob](https://github.com/isaacs/node-glob#glob-primer)
Something like this should …
-
It would be great if I could have a single execution that could process many files at once. Probably aiming at a directory path and discovering all compatible files (based on file suffix; probably `ap…
-
```
As a user,
I want to do fine-grained exclusion and inclusion of files and directories using glob patterns
So that,
I can exclude branches of code or irrelevant files in file monitoring or…
-
If I do a search like this:
`C:\> rg -g "!C:/foo/bar/**" search "C:\foo\"`
Then the `-g` glob is not excluded. I have to write it like `-g "!/foo/bar"`. I think this is **expected** because glob…
-
I have an multibrand app and I am trying to build multiple brands using glob-like patters.
"build": "run-s build:*",
"build:brand1": "vue-cli-service build --tenant=brand1",
"build:brand2": "vue…
-
### Contribution
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md))
### Describe the user story
I am using pnpm for my [ic…
-
### Your environment
* Ruby version: 3.2.2
* rspec-core version: 3.12.0
### Steps to reproduce
Using the `SPEC` environment variable with brackets does not work with the `spec` Rake task.
`…