mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-28 10:41:57 +01:00
golangci: remove linter exceptions for itest
This commit is contained in:
parent
95738351f5
commit
5bea444b6d
@ -97,6 +97,7 @@ linters-settings:
|
||||
ignored-functions:
|
||||
- 'math.*'
|
||||
- 'strconv.ParseInt'
|
||||
- 'errors.Wrap'
|
||||
|
||||
|
||||
linters:
|
||||
@ -238,14 +239,9 @@ issues:
|
||||
linters:
|
||||
- forbidigo
|
||||
|
||||
# Fix false positives because of build flags in itest directory.
|
||||
- path: lntest/itest/.*
|
||||
- path: itest/.*
|
||||
linters:
|
||||
- unused
|
||||
- unparam
|
||||
- govet
|
||||
# itest case can be very long so we disable long function check.
|
||||
- funlen
|
||||
- paralleltest
|
||||
|
||||
- path: lnmock/*
|
||||
linters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user