Skip to content

Commit 77b2908

Browse files
Claudeclaude
authored andcommitted
chore: remove continue-on-error behavior from lint/go
This restores the original behavior where linting errors will fail the build. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 651d489 commit 77b2908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ lint/go:
521521
./scripts/check_enterprise_imports.sh
522522
./scripts/check_codersdk_imports.sh
523523
linter_ver=$(shell egrep -o 'GOLANGCI_LINT_VERSION=\S+' dogfood/coder/Dockerfile | cut -d '=' -f 2)
524-
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v$$linter_ver run || echo "Linting reported issues, but continuing with the build..."
524+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v$$linter_ver run
525525
.PHONY: lint/go
526526

527527
lint/examples:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy