mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-12 11:15:14 +02:00
Fix path to revive config
This commit is contained in:
parent
ff0d9c667b
commit
12889b7b1f
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ fmt:
|
||||
# https://github.com/mgechev/revive
|
||||
# go get github.com/mgechev/revive
|
||||
lint:
|
||||
revive -config ../revive.toml -formatter friendly -exclude ./pkg/parser/fql/... ./...
|
||||
revive -config revive.toml -formatter friendly -exclude ./pkg/parser/fql/... ./...
|
||||
|
||||
# http://godoc.org/code.google.com/p/go.tools/cmd/vet
|
||||
# go get code.google.com/p/go.tools/cmd/vet
|
||||
|
Loading…
Reference in New Issue
Block a user