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 85a56f4 commit 67bbe07Copy full SHA for 67bbe07
.github/workflows/lint.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: golangci-lint
22
uses: golangci/golangci-lint-action@v2
23
with:
24
- args: -v --timeout=5m --exclude SA1029
+ args: -v --timeout=5m
25
skip-build-cache: true
26
skip-go-installation: true
27
skip-pkg-cache: true
Makefile
@@ -6,7 +6,7 @@ test: ## Run tests.
6
7
.PHONY: lint
8
lint: ## Run golangci-lint.
9
- golangci-lint run -v --timeout=5m --exclude SA1029
+ golangci-lint run -v --timeout=5m
10
11
.PHONY: help
12
help:
0 commit comments