Skip to content

Commit 3f7e1aa

Browse files
committed
fuck modernize in ci
1 parent 56b4a14 commit 3f7e1aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ lint: ## Lint all Golang files
1717

1818
lint-ci: ## Lint all Golang files (CI - readonly vendor mode)
1919
@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 ./...
2120
@go tool -mod=readonly golangci-lint run --timeout=30m0s ./...
2221

2322
lint-fix: ## Lint all Golang files and fix

0 commit comments

Comments
 (0)