Skip to content

Commit

Permalink
fix broken golangci-lint docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarwhite authored and tekton-robot committed Mar 26, 2024
1 parent 5ac8c9c commit 3528ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ You must install these tools:
1. [`go-licenses`](https://github.com/google/go-licenses) is used in e2e tests.

1. (Optional)
[`golangci-lint`](https://golangci-lint.run/usage/install/#local-installation)
[`golangci-lint`](https://golangci-lint.run/welcome/install/#local-installation)
is run against every PR. You may want to install and [run this tool
locally](https://golangci-lint.run/usage/quick-start) to iterate quickly on
locally](https://golangci-lint.run/welcome/quick-start) to iterate quickly on
linter issues.

> **Note** Linter findings are dependent on your installed Go version. Match
Expand Down

0 comments on commit 3528ff3

Please sign in to comment.