Skip to content

Commit 633cfee

Browse files
authored
Update README.md
1 parent d8ec3e9 commit 633cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some example patterns would be:
1515
* `fmt\.Printf.*` -- forbid use of Printf because it is likely just for debugging
1616
* `fmt\.Errorf` -- forbid Errorf in favor of using github.com/pkg/errors
1717
* `ginkgo\.F.*` -- forbid ginkgo focused commands (used for debug issues)
18-
* `spew.Dump` -- forbid dumping detailed data to stdout
18+
* `spew\.Dump` -- forbid dumping detailed data to stdout
1919

2020
### Flags
2121
- **-set_exit_status** (default false) - Set exit status to 1 if any issues are found.

0 commit comments

Comments
 (0)