We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c89bd commit fbed17bCopy full SHA for fbed17b
Makefile
@@ -47,4 +47,4 @@ bin/golangci-lint-${GOLANGCI_VERSION}:
47
48
.PHONY: lint
49
lint: bin/golangci-lint ## Run linter
50
- bin/golangci-lint run $LINTER_FLAGS
+ bin/golangci-lint run ${LINTER_FLAGS}
0 commit comments