Этот коммит содержится в:
Ben Schumacher
2019-10-31 21:53:40 +01:00
коммит произвёл jfrerich
родитель 0697f5206c
Коммит 0b24c336b3

Просмотреть файл

@@ -175,7 +175,7 @@ gofmt: ## Runs gofmt against all packages.
golangci-lint: ## Run golangci-lint on codebasis
# https://stackoverflow.com/a/677212/1027058 (check if a command exists or not)
@if ! [ -x "$$(command -v golangci-lintt)" ]; then \
@if ! [ -x "$$(command -v golangci-lint)" ]; then \
echo "golangci-lint is not installed. Please see https://github.com/golangci/golangci-lint#install for installation instructions."; \
exit 1; \
fi; \