From 3d1793251b8694ffd087c9ea733aa0f73b53a926 Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Fri, 15 May 2026 00:11:15 +0700 Subject: [PATCH 1/2] Add golangci-lint to Go tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aa25daff..eb5ebd26c 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com | [Ada](#ada) | [F#](#fsharp) | [Perl](#perl) | | [Assembly](#asm) | [Fortran](#fortran) | [Python](#python) | | [Awk](#awk) | [Go](#go) | [R](#r) | +- [golangci-lint](https://github.com/golangci/lint) - Fast linters runner for Go. | [C](#c) | [Groovy](#groovy) | [Rego](#rego) | | [C#](#csharp) | [Haskell](#haskell) | [Ruby](#ruby) | | [C++](#cpp) | [Haxe](#haxe) | [Rust](#rust) | From 6720c6902c8e8f73c0da383c6355e5738691d45d Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Sat, 16 May 2026 01:00:26 +0700 Subject: [PATCH 2/2] fix: update golangci-lint YAML instead of manual README edit Revert manual README.md changes and update the existing golangci-lint.yml with improved description and reviews link as requested by maintainer. --- README.md | 1 - data/tools/golangci-lint.yml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb5ebd26c..5aa25daff 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com | [Ada](#ada) | [F#](#fsharp) | [Perl](#perl) | | [Assembly](#asm) | [Fortran](#fortran) | [Python](#python) | | [Awk](#awk) | [Go](#go) | [R](#r) | -- [golangci-lint](https://github.com/golangci/lint) - Fast linters runner for Go. | [C](#c) | [Groovy](#groovy) | [Rego](#rego) | | [C#](#csharp) | [Haskell](#haskell) | [Ruby](#ruby) | | [C++](#cpp) | [Haxe](#haxe) | [Rust](#rust) | diff --git a/data/tools/golangci-lint.yml b/data/tools/golangci-lint.yml index cebc08577..c38e2c526 100644 --- a/data/tools/golangci-lint.yml +++ b/data/tools/golangci-lint.yml @@ -8,7 +8,9 @@ types: - cli source: "https://github.com/golangci/golangci-lint" homepage: "https://golangci-lint.run" -description: "Alternative to `Go Meta Linter`: GolangCI-Lint is a linters aggregator." +description: "Fast linters runner for Go. It aggregates multiple Go linters and provides a unified configuration, caching, and output format. Alternative to `Go Meta Linter`." +reviews: + - https://stackshare.io/golangci-lint resources: - title: "GopherCon 2019: Denis Isaev (author of golangci-lint) - Go Linters: Myths and Best Practices" url: https://www.youtube.com/watch?v=1U-Gzz4TYP0