Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ linters:
- text: "use of `assert\\.CollectT`" # allowed for EventuallyWithT callbacks
linters:
- forbidigo
- text: "use of `softassert\\.\\w+`"
linters:
- forbidigo
- path: _test\.go|tests/.+\.go|common/testing/
text: "(cyclomatic|cognitive)" # false positives when using subtests
linters:
Expand Down
Loading