mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-13 02:11:03 +02:00
gotest: remove slow linters
This commit is contained in:
parent
69b257154f
commit
fbf819062a
@ -100,8 +100,6 @@ lint_check() {
|
|||||||
--enable=gofmt \
|
--enable=gofmt \
|
||||||
--enable=vet \
|
--enable=vet \
|
||||||
--enable=golint \
|
--enable=golint \
|
||||||
--enable=gosimple \
|
|
||||||
--enable=unconvert \
|
|
||||||
--line-length=72 \
|
--line-length=72 \
|
||||||
--deadline=4m $linter_targets 2>&1 | grep -v 'ALL_CAPS\|OP_' 2>&1 | tee /dev/stderr)"
|
--deadline=4m $linter_targets 2>&1 | grep -v 'ALL_CAPS\|OP_' 2>&1 | tee /dev/stderr)"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user