Skip to content

Commit 402f149

Browse files
committed
README: fixing notice
1 parent c6c73b3 commit 402f149

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ $ testifylint -h
4343
$ testifylint ./...
4444
```
4545

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+
4655
## Configuring
4756

4857
### CLI
@@ -57,6 +66,7 @@ $ testifylint --disable-all --enable=empty,error-is-as ./...
5766
$ testifylint --enable-all --disable=empty,error-is-as ./...
5867

5968
# Checkers configuration.
69+
$ testifylint --bool-compare.ignore-custom-types ./...
6070
$ testifylint --expected-actual.pattern=^wanted$ ./...
6171
$ testifylint --require-error.fn-pattern="^(Errorf?|NoErrorf?)$" ./...
6272
$ testifylint --suite-extra-assert-call.mode=require ./...

0 commit comments

Comments
 (0)