File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,15 @@ $ testifylint -h
43
43
$ testifylint ./...
44
44
```
45
45
46
+ ### Fixing
47
+
48
+ ```
49
+ $ testifylint --fix ./...
50
+ ```
51
+
52
+ Fixing with ` golangci-lint ` is currently unavailable due to
53
+ [ golangci/golangci-lint #1779 ] ( https://github.com/golangci/golangci-lint/issues/1779 ) .
54
+
46
55
## Configuring
47
56
48
57
### CLI
@@ -57,6 +66,7 @@ $ testifylint --disable-all --enable=empty,error-is-as ./...
57
66
$ testifylint --enable-all --disable=empty,error-is-as ./...
58
67
59
68
# Checkers configuration.
69
+ $ testifylint --bool-compare.ignore-custom-types ./...
60
70
$ testifylint --expected-actual.pattern=^wanted$ ./...
61
71
$ testifylint --require-error.fn-pattern=" ^(Errorf?|NoErrorf?)$" ./...
62
72
$ testifylint --suite-extra-assert-call.mode=require ./...
You can’t perform that action at this time.
0 commit comments