You've already forked focalboard
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:
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 ./...
|
||||
|
Reference in New Issue
Block a user