mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Only apply ineffassign to the /src directory
This commit is contained in:
parent
52fd6bc555
commit
56b82787f6
|
|
@ -18,7 +18,7 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ineffassign .
|
ineffassign ./src/
|
||||||
go tool vet --all --shadow ./src
|
go tool vet --all --shadow ./src
|
||||||
gocyclo -over 12 src/
|
gocyclo -over 12 src/
|
||||||
gb test
|
gb test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue