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:
3
.github/workflows/checks.yaml
vendored
3
.github/workflows/checks.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user