From 37906084b1cb63b08be0317de7680308a5fbf40c Mon Sep 17 00:00:00 2001 From: Anton Telyshev Date: Thu, 9 Sep 2021 07:56:19 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 37a9829..ef9fae0 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ This is a good rule to improve the consistency of your code. **More uniformity, Just don't enable the linter. +### Why not [revive/error-naming](https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#error-naming)? + +At the time of writing this linter, I was unaware of **revive**.
+**errname** performs more complex and better checks anyway. + ## Examples ```go