mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 08:55:59 +01:00
golangci: remove linter exceptions for itest
This commit is contained in:
parent
95738351f5
commit
5bea444b6d
1 changed files with 3 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue