mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
Merge pull request #3513 from halseth/lint-skip-generated
[trivial] lint: skip generated files
This commit is contained in:
@@ -6,6 +6,10 @@ run:
|
||||
# worker.
|
||||
concurrency: 1
|
||||
|
||||
# Skip autogenerated files for mobile.
|
||||
skip-files:
|
||||
- "mobile\\/.*generated\\.go"
|
||||
|
||||
build-tags:
|
||||
- autopilotrpc
|
||||
- chainrpc
|
||||
|
Reference in New Issue
Block a user