Skip to content

Commit 0958d85

Browse files
committed
Update GNUmakefile
1 parent a7cc0c8 commit 0958d85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ websitefmtcheck:
3636

3737
lint:
3838
@echo "==> Checking source code against linters..."
39-
golangci-lint run ./$(PKG_NAME)
39+
# https://github.com/golangci/golangci-lint/issues/337 fixing error
40+
golangci-lint run ./$(PKG_NAME) -v --deadline=30m
4041

4142
tools: ## Install dev tools
4243
@echo "==> Installing dependencies..."

0 commit comments

Comments
 (0)