1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-03-29 21:01:01 +02:00

Fixed sxerver linter command ()

This commit is contained in:
Harshil Sharma 2021-06-24 10:28:01 +05:30 committed by GitHub
parent 0b38fc4f98
commit 4f875a78d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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