From 7147fc822782076a685254107eba6f9388ad5b8e Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Tue, 8 Oct 2024 09:48:05 -0300 Subject: [PATCH] fixup! fix: Clean up golangci-lint config Signed-off-by: Mateus Oliveira --- site/content/docs/main/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/main/development.md b/site/content/docs/main/development.md index dc7b3026b7..a0d38b5d6b 100644 --- a/site/content/docs/main/development.md +++ b/site/content/docs/main/development.md @@ -35,8 +35,8 @@ Linting is enforced by the project CI through `.github/workflows/pr-linter-check Linters settings is verified by `hack/verify-lint-config.sh` and is enforced by the project CI through `.github/workflows/pr-ci-check.yml` job. To update `golangci-lint` used by the project, update: -- `with.version` of golangci/golangci-lint-action in [`.github/workflows/pr-linter-check.yml:18`](https://github.com/vmware-tanzu/velero/blob/main/.github/workflows/pr-linter-check.yml#L19) -- `golangci-lint` version installed in build-image in [`hack/build-image/Dockerfile:97`](https://github.com/vmware-tanzu/velero/blob/main/hack/build-image/Dockerfile#L96) +- `with.version` of golangci/golangci-lint-action in [`.github/workflows/pr-linter-check.yml:18`](https://github.com/vmware-tanzu/velero/blob/main/.github/workflows/pr-linter-check.yml#L18) +- `golangci-lint` version installed in build-image in [`hack/build-image/Dockerfile:97`](https://github.com/vmware-tanzu/velero/blob/main/hack/build-image/Dockerfile#L97) - documentation reference comment in [`.golangci.yaml:1`](https://github.com/vmware-tanzu/velero/blob/main/.golangci.yaml#L1) ## Test