1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-15 23:54:29 +02:00

Fixed sxerver linter command (#617)

This commit is contained in:
Harshil Sharma
2021-06-24 10:28:01 +05:30
committed by GitHub
parent 0b38fc4f98
commit 4f875a78d2

View File

@ -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 ./...