lint: skip files generated for mobile
This commit is contained in:
parent
cd3c2b508e
commit
00d1890dd0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user