mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-25 13:39:12 -04:00
feat: replace gomnd by mnd (#4572)
This commit is contained in:
parent
a7868b3e84
commit
288c847019
12 changed files with 167 additions and 135 deletions
docs/src/docs/usage
|
@ -49,8 +49,8 @@ In the following example, all the reports from the linters (`linters`) that cont
|
|||
issues:
|
||||
exclude-rules:
|
||||
- linters:
|
||||
- gomnd
|
||||
text: "mnd: Magic number: 9"
|
||||
- mnd
|
||||
text: "Magic number: 9"
|
||||
```
|
||||
|
||||
In the following example, all the reports from the linters (`linters`) that originated from the source (`source`) are excluded:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue