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 56b4a14 commit 3f7e1aaCopy full SHA for 3f7e1aa
Makefile
@@ -17,7 +17,6 @@ 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 run -mod=readonly golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./...
21
@go tool -mod=readonly golangci-lint run --timeout=30m0s ./...
22
23
lint-fix: ## Lint all Golang files and fix
0 commit comments