Skip to content

Commit

Permalink
golangci: update testifylint settings
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Feb 20, 2024
1 parent d13a63a commit 297ebab
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,8 @@ output:

linters-settings:
testifylint:
enable:
- bool-compare
- compares
- empty
- error-is-as
- error-nil
- expected-actual
- float-compare
- len
- suite-dont-use-pkg
- suite-extra-assert-call
- suite-thelper
disable:
- require-error

linters:
enable:
Expand Down

0 comments on commit 297ebab

Please sign in to comment.