From 679ad66038df2480d81ac1221bf5e0f2b76837da Mon Sep 17 00:00:00 2001 From: Anton Telyshev Date: Tue, 18 Jun 2024 20:17:43 +0300 Subject: [PATCH] README: add disclaimer about unused imports (#128) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c40cd23..a52c64b6 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ $ testifylint --fix ./... Fixing with `golangci-lint` is currently **unavailable** due to [golangci/golangci-lint#1779](https://github.com/golangci/golangci-lint/issues/1779). +Be aware that there may be unused imports after the fix, run `go fmt`. + ## Configuring ### CLI