api-linter icon indicating copy to clipboard operation
api-linter copied to clipboard

Using wildcard in path instead of a long list of files

Open nhatthm opened this issue 4 years ago • 0 comments

Hi team,

I have a question regarding the usage of api-linter. Currently, I'm running this

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!

nhatthm avatar Feb 18 '21 11:02 nhatthm