Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .custom-gcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v2.7.1
name: golangci-lint-custom
destination: _output
plugins:
- module: github.com/kgateway-dev/kgateway/v2/hack/krtequals
path: ./hack/krtequals
- module: github.com/kgateway-dev/krtequals
version: 'v0.0.0-20251210234050-024ef4e99e5c'
- module: 'sigs.k8s.io/kube-api-linter'
version: 'v0.0.0-20250715075424-4fab82d26a8e' # Pin to a commit while there's no tag
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ linters:
description: Checks Equals() implementations for KRT-style semantic equality issues
settings:
deepEqual: false
checkUnexported: false # TODO: enable this. there's several violations that need to be fixed.
kubeapilinter:
type: module
description: Kube API Linter lints Kube like APIs based on API conventions and best practices
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ mod-download: ## Download the dependencies
.PHONY: mod-tidy-nested
mod-tidy-nested: ## Tidy go mod files in nested modules
@echo "Tidying hack/utils/applier..." && cd hack/utils/applier && go mod tidy
@echo "Tidying hack/krtequals..." && cd hack/krtequals && go mod tidy

.PHONY: mod-tidy
mod-tidy: mod-download mod-tidy-nested ## Tidy the go mod file
Expand Down
295 changes: 0 additions & 295 deletions hack/krtequals/analyzer.go

This file was deleted.

25 changes: 0 additions & 25 deletions hack/krtequals/analyzer_test.go

This file was deleted.

13 changes: 0 additions & 13 deletions hack/krtequals/go.mod

This file was deleted.

10 changes: 0 additions & 10 deletions hack/krtequals/go.sum

This file was deleted.

Loading