From 3528ff3e20429f5ffaf6cf7aad91503c43f2d1b7 Mon Sep 17 00:00:00 2001 From: Yuedong Wu <57584831+lunarwhite@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:42:16 +0000 Subject: [PATCH] fix broken golangci-lint docs link --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f3992d3e21f..e95c98f0bf8 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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