googleapis / googleapis/api-linter
Using wildcard in path instead of a long list of files
Open
type: feature request
- Dominant language
- Go
- Stars
- 765
- Forks
- 181
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 3
Description
Hi team,
I have a question regarding the usage of `api-linter`. Currently, I'm running this
``` bash
api-linter \
-I /path/to/pathA \
-I /path/to/pathB \
--config api-linter.json \
packageA/path/to/file1.proto \
packageA/path/to/file2.proto \
# ...
packageA/path/to/fileN.proto
```
(`packageA` is in `pathA`)
is there a way to pass a wildcard instead of a list of files, for example: `packageA/**/*.proto`?
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.