mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -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
|
||||
fi
|
||||
|
||||
ineffassign .
|
||||
ineffassign ./src/
|
||||
go tool vet --all --shadow ./src
|
||||
gocyclo -over 12 src/
|
||||
gb test
|
||||
|
|
|
|||
Loading…
Reference in a new issue