lint: skip files generated for mobile
This commit is contained in:
parent
cd3c2b508e
commit
00d1890dd0
@ -6,6 +6,10 @@ run:
|
||||
# worker.
|
||||
concurrency: 1
|
||||
|
||||
# Skip autogenerated files for mobile.
|
||||
skip-files:
|
||||
- "mobile\\/.*generated\\.go"
|
||||
|
||||
build-tags:
|
||||
- autopilotrpc
|
||||
- chainrpc
|
||||
|
Loading…
Reference in New Issue
Block a user