We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b707b13 commit c37a16aCopy full SHA for c37a16a
.golangci.yaml
@@ -60,6 +60,12 @@ linters-settings:
60
min-complexity: 20
61
exhaustive:
62
default-signifies-exhaustive: true
63
+ testifylint:
64
+ enable-all: true
65
+ disable:
66
+ - suite-thelper # this is disabled by default
67
+ - float-compare
68
+ - require-error
69
70
issues:
71
max-per-linter: 0
@@ -74,5 +80,3 @@ issues:
74
80
- 'bad syntax for struct tag key'
75
81
- 'bad syntax for struct tag pair'
76
82
- 'result .* \(error\) is always nil'
77
- - 'require-error: for error assertions use require'
78
- - 'float-compare'
0 commit comments