googleapis / googleapis/api-linter

Using wildcard in path instead of a long list of files

Open
#765 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.