File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ mnd ./...
4444The ``` -checks ``` option let's you define a comma separated list of checks.
4545
4646The ``` -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
4949The ``` -ignored-functions ``` option let's you define a comma separated list of function name regexp patterns to exclude.
5050For example: ` -ignored-functions=math.*,http.StatusText `
5151
5252The ``` -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
You can’t perform that action at this time.
0 commit comments