We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c73b3 commit 402f149Copy full SHA for 402f149
README.md
@@ -43,6 +43,15 @@ $ testifylint -h
43
$ testifylint ./...
44
```
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
55
## Configuring
56
57
### CLI
@@ -57,6 +66,7 @@ $ testifylint --disable-all --enable=empty,error-is-as ./...
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 ./...
0 commit comments