mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
don't lint PEG files
I was pretty sure I'd done this, but I guess not: Skip linting the PEG files.
This commit is contained in:
parent
8cc7a176b5
commit
03f3f424aa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -141,7 +141,7 @@ docker-test:
|
|||
|
||||
# Run golangci-lint
|
||||
golangci-lint: require-golangci-lint
|
||||
golangci-lint run
|
||||
golangci-lint run --skip-files '.*\.peg\.go'
|
||||
|
||||
# Run gometalinter with custom flags
|
||||
gometalinter: require-gometalinter vendor
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue