1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

chore: disable kube-api linter

This commit disables `golangci-kube-api-linter` until we get an official
release of `golangci-lint` which includes the fix for
https://github.com/golangci/golangci-lint/issues/6205.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2025-12-03 10:56:04 +01:00
parent 907a64b812
commit 66970f9fb5
2 changed files with 16 additions and 10 deletions

View File

@@ -67,8 +67,9 @@ jobs:
version: '${{ env.golangci-lint-version }}'
args: --timeout 10m0s
install-mode: goinstall
# Disable custom kube-api linter due to https://github.com/golangci/golangci-lint/issues/6205
- name: Lint API
run: make check-api
run: make check-api || true
check-metrics:
runs-on: ubuntu-latest