From 7818aed14dcbce84cb9d9425e5cd32c4e6d67152 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 13 Mar 2024 15:20:06 +0200 Subject: [PATCH 1/2] docs: improve "about golangci-lint" in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c685320b4bd..8f22a7d49b90 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ --- -`golangci-lint` is a fast Go linters runner. It runs linters in parallel, uses caching, supports `yaml` config, has integrations -with all major IDE and has dozens of linters included. +`golangci-lint` is a fast Go linters runner. It runs linters in parallel, uses caching, supports YAML configuration, +integrates with all major IDEs, and includes dozens of linters. ## Install `golangci-lint` From f08b8de1c2504ce6a8c1592d38355f3d2ca1cc99 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Wed, 13 Mar 2024 15:58:48 +0200 Subject: [PATCH 2/2] dozens -> hundred --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f22a7d49b90..d906674f826d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ --- `golangci-lint` is a fast Go linters runner. It runs linters in parallel, uses caching, supports YAML configuration, -integrates with all major IDEs, and includes dozens of linters. +integrates with all major IDEs, and includes over a hundred linters. ## Install `golangci-lint`