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 a7cc0c8 commit 0958d85Copy full SHA for 0958d85
GNUmakefile
@@ -36,7 +36,8 @@ websitefmtcheck:
36
37
lint:
38
@echo "==> Checking source code against linters..."
39
- golangci-lint run ./$(PKG_NAME)
+ # https://github.com/golangci/golangci-lint/issues/337 fixing error
40
+ golangci-lint run ./$(PKG_NAME) -v --deadline=30m
41
42
tools: ## Install dev tools
43
@echo "==> Installing dependencies..."
0 commit comments