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.
|
# worker.
|
||||||
concurrency: 1
|
concurrency: 1
|
||||||
|
|
||||||
|
# Skip autogenerated files for mobile.
|
||||||
|
skip-files:
|
||||||
|
- "mobile\\/.*generated\\.go"
|
||||||
|
|
||||||
build-tags:
|
build-tags:
|
||||||
- autopilotrpc
|
- autopilotrpc
|
||||||
- chainrpc
|
- chainrpc
|
||||||
|
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ include make/testing_flags.mk
|
|||||||
|
|
||||||
DEV_TAGS := $(if ${tags},$(DEV_TAGS) ${tags},$(DEV_TAGS))
|
DEV_TAGS := $(if ${tags},$(DEV_TAGS) ${tags},$(DEV_TAGS))
|
||||||
|
|
||||||
LINT = $(LINT_BIN) run
|
LINT = $(LINT_BIN) run -v
|
||||||
|
|
||||||
GREEN := "\\033[0;32m"
|
GREEN := "\\033[0;32m"
|
||||||
NC := "\\033[0m"
|
NC := "\\033[0m"
|
||||||
|
Loading…
Reference in New Issue
Block a user