Skip to content

Commit

Permalink
fixup! fix: Clean up golangci-lint config
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
  • Loading branch information
mateusoliveira43 committed Oct 8, 2024
1 parent 932a9c1 commit 7147fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/main/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7147fc8

Please sign in to comment.