mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +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:
@@ -231,7 +231,7 @@ linters:
|
|||||||
|
|
||||||
issues:
|
issues:
|
||||||
# Only show newly introduced problems.
|
# 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
|
# Skip autogenerated files for mobile and gRPC as well as copied code for
|
||||||
# internal use.
|
# internal use.
|
||||||
|
|||||||
Reference in New Issue
Block a user