mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-29 21:01:01 +02:00
Fixed sxerver linter command (#617)
This commit is contained in:
parent
0b38fc4f98
commit
4f875a78d2
2
Makefile
2
Makefile
@ -83,7 +83,7 @@ server-lint:
|
||||
echo "golangci-lint is not installed. Please see https://github.com/golangci/golangci-lint#install for installation instructions."; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
cd server; golangci-lint run ./server/...
|
||||
cd server; golangci-lint run ./...
|
||||
|
||||
server-test:
|
||||
cd server; go test -v ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user