Skip to content

Commit 7d4d5da

Browse files
fauzan171mre
authored andcommitted
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.
1 parent 1e741ef commit 7d4d5da

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
6464
| [Ada](#ada) | [F#](#fsharp) | [Perl](#perl) |
6565
| [Assembly](#asm) | [Fortran](#fortran) | [Python](#python) |
6666
| [Awk](#awk) | [Go](#go) | [R](#r) |
67-
- [golangci-lint](https://github.com/golangci/lint) - Fast linters runner for Go.
6867
| [C](#c) | [Groovy](#groovy) | [Rego](#rego) |
6968
| [C#](#csharp) | [Haskell](#haskell) | [Ruby](#ruby) |
7069
| [C++](#cpp) | [Haxe](#haxe) | [Rust](#rust) |

data/tools/golangci-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ types:
88
- cli
99
source: "https://github.com/golangci/golangci-lint"
1010
homepage: "https://golangci-lint.run"
11-
description: "Alternative to `Go Meta Linter`: GolangCI-Lint is a linters aggregator."
11+
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`."
12+
reviews:
13+
- https://stackshare.io/golangci-lint
1214
resources:
1315
- title: "GopherCon 2019: Denis Isaev (author of golangci-lint) - Go Linters: Myths and Best Practices"
1416
url: https://www.youtube.com/watch?v=1U-Gzz4TYP0

0 commit comments

Comments
 (0)