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 3f7e1aa commit 38d92b7Copy full SHA for 38d92b7
Makefile
@@ -17,7 +17,7 @@ lint: ## Lint all Golang files
17
18
lint-ci: ## Lint all Golang files (CI - readonly vendor mode)
19
@echo "Linting all Go files (CI mode - fuck vendor validation)..."
20
- @go tool -mod=readonly golangci-lint run --timeout=30m0s ./...
+ @GOFLAGS=-mod=readonly go tool golangci-lint run --timeout=30m0s ./...
21
22
lint-fix: ## Lint all Golang files and fix
23
@echo "Linting all Go files..."
0 commit comments