mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
.golangci.yml: speed up linter by updating start commit
With this we allow the linter to only look at recent changes, since everything between that old commit and this most recent one has been linted correctly anyway.
This commit is contained in:
parent
ad29096aa1
commit
f3ddf4d8ea
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ linters:
|
|||
|
||||
issues:
|
||||
# Only show newly introduced problems.
|
||||
new-from-rev: 77c7f776d5cbf9e147edc81d65ae5ba177a684e5
|
||||
new-from-rev: 03eab4db64540aa5f789c617793e4459f4ba9e78
|
||||
|
||||
# Skip autogenerated files for mobile and gRPC as well as copied code for
|
||||
# internal use.
|
||||
|
|
Loading…
Add table
Reference in a new issue