Skip to content

Commit

Permalink
Adjust examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-muehle committed Sep 29, 2020
1 parent ee0b930 commit f2fb3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ mnd ./...
The ```-checks``` option let's you define a comma separated list of checks.

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

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

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

## Checks

Expand Down

0 comments on commit f2fb3fc

Please sign in to comment.