Skip to content

Commit f2fb3fc

Browse files
committed
Adjust examples
1 parent ee0b930 commit f2fb3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ mnd ./...
4444
The ```-checks``` option let's you define a comma separated list of checks.
4545

4646
The ```-ignored-numbers``` option let's you define a comma separated list of numbers to ignore.
47-
For example: `-ignored-numbers=1000,10_000`
47+
For example: `-ignored-numbers=1000,10_000,3.14159264`
4848

4949
The ```-ignored-functions``` option let's you define a comma separated list of function name regexp patterns to exclude.
5050
For example: `-ignored-functions=math.*,http.StatusText`
5151

5252
The ```-ignored-files``` option let's you define a comma separated list of filename regexp patterns to exclude.
53-
For example: `-ignored-files=magic_*.go,*_numbers.go`
53+
For example: `-ignored-files=magic_.*.go,.*_numbers.go`
5454

5555
## Checks
5656

0 commit comments

Comments
 (0)