Skip to content

Commit

Permalink
README: add disclaimer about unused imports (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom authored Jun 18, 2024
1 parent 858de46 commit 679ad66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 679ad66

Please sign in to comment.