Skip to content

Commit

Permalink
Linter: Disable testifylint.Len
Browse files Browse the repository at this point in the history
We deliberately use Equal over Len to avoid spamming the contents of large Slices
  • Loading branch information
gbjk committed Feb 25, 2024
1 parent b880cec commit 28c7b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ linters-settings:
disable:
- require-error
- float-compare
# We deliberately use Equal over Len to avoid spamming the contents of large Slices
- len

issues:
max-issues-per-linter: 0
Expand Down

0 comments on commit 28c7b03

Please sign in to comment.