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 d8ec3e9 commit 633cfeeCopy full SHA for 633cfee
README.md
@@ -15,7 +15,7 @@ Some example patterns would be:
15
* `fmt\.Printf.*` -- forbid use of Printf because it is likely just for debugging
16
* `fmt\.Errorf` -- forbid Errorf in favor of using github.com/pkg/errors
17
* `ginkgo\.F.*` -- forbid ginkgo focused commands (used for debug issues)
18
-* `spew.Dump` -- forbid dumping detailed data to stdout
+* `spew\.Dump` -- forbid dumping detailed data to stdout
19
20
### Flags
21
- **-set_exit_status** (default false) - Set exit status to 1 if any issues are found.
0 commit comments