Exclude strconv.Format* functions from mnd
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fee57e7e30
commit
b47e405ec4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ linters-settings:
|
|||
gomnd:
|
||||
settings:
|
||||
mnd:
|
||||
ignored-functions: 'strconv.Parse\B+'
|
||||
ignored-functions: 'strconv.(?:Format|Parse)\B+'
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
|
Loading…
Reference in a new issue