Merge pull request #3513 from halseth/lint-skip-generated
[trivial] lint: skip generated files
This commit is contained in:
commit
003c576406
@ -6,6 +6,10 @@ run:
|
||||
# worker.
|
||||
concurrency: 1
|
||||
|
||||
# Skip autogenerated files for mobile.
|
||||
skip-files:
|
||||
- "mobile\\/.*generated\\.go"
|
||||
|
||||
build-tags:
|
||||
- autopilotrpc
|
||||
- chainrpc
|
||||
|
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ include make/testing_flags.mk
|
||||
|
||||
DEV_TAGS := $(if ${tags},$(DEV_TAGS) ${tags},$(DEV_TAGS))
|
||||
|
||||
LINT = $(LINT_BIN) run
|
||||
LINT = $(LINT_BIN) run -v
|
||||
|
||||
GREEN := "\\033[0;32m"
|
||||
NC := "\\033[0m"
|
||||
|
Loading…
Reference in New Issue
Block a user