Skip to content

Commit 5753b38

Browse files
authored
Merge pull request #13128 from fabriziopandini/temporarily-disable-KAL-in-CI
[release-1.10] 🌱 Temporarily disable KAL in CI
2 parents fa59568 + f19c0f5 commit 5753b38

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pr-golangci-lint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ jobs:
3333
version: v1.64.3
3434
args: --out-format=colored-line-number
3535
working-directory: ${{matrix.working-directory}}
36-
- name: Lint API
37-
run: GOLANGCI_LINT_EXTRA_ARGS=--out-format=colored-line-number make lint-api

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,12 +650,11 @@ generate-test-infra-prowjobs: $(PROWJOB_GEN) ## Generates the prowjob configurat
650650
##@ lint and verify:
651651

652652
.PHONY: lint
653-
lint: $(GOLANGCI_LINT) $(GOLANGCI_LINT_KAL) ## Lint the codebase
653+
lint: $(GOLANGCI_LINT) ## Lint the codebase. note lint-api must be run as a separated step
654654
$(GOLANGCI_LINT) run -v $(GOLANGCI_LINT_EXTRA_ARGS)
655655
cd $(TEST_DIR); $(GOLANGCI_LINT) run --path-prefix $(TEST_DIR) --config $(ROOT_DIR)/.golangci.yml -v $(GOLANGCI_LINT_EXTRA_ARGS)
656656
cd $(TOOLS_DIR); $(GOLANGCI_LINT) run --path-prefix $(TOOLS_DIR) --config $(ROOT_DIR)/.golangci.yml -v $(GOLANGCI_LINT_EXTRA_ARGS)
657657
./scripts/lint-dockerfiles.sh $(HADOLINT_VER) $(HADOLINT_FAILURE_THRESHOLD)
658-
$(GOLANGCI_LINT_KAL) run -v --config $(ROOT_DIR)/.golangci-kal.yml $(GOLANGCI_LINT_EXTRA_ARGS)
659658

660659
.PHONY: lint-dockerfiles
661660
lint-dockerfiles:

0 commit comments

Comments
 (0)