Skip to content

Commit e94e36d

Browse files
tommy-muehletpounds
authored andcommitted
Add new generated README.md
1 parent d936399 commit e94e36d

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
@@ -219,7 +219,7 @@ godox: Tool for detection of FIXME, TODO and other comment keywords [fast: true,
219219
gofmt: Gofmt checks whether code was gofmt-ed. By default this tool runs with -s option to check for code simplification [fast: true, auto-fix: true]
220220
goimports: Goimports does everything that gofmt does. Additionally it checks unused imports [fast: true, auto-fix: true]
221221
golint: Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes [fast: true, auto-fix: false]
222-
gomnd: checks whether magic number is used [fast: true, auto-fix: false]
222+
gomnd: An analyzer to detect magic numbers. [fast: true, auto-fix: false]
223223
gosec (gas): Inspects source code for security problems [fast: true, auto-fix: false]
224224
interfacer: Linter that suggests narrower interface types [fast: true, auto-fix: false]
225225
lll: Reports long lines [fast: true, auto-fix: false]
@@ -481,7 +481,7 @@ golangci-lint help linters
481481
- [funlen](https://github.com/ultraware/funlen) - Tool for detection of long functions
482482
- [whitespace](https://github.com/ultraware/whitespace) - Tool for detection of leading and trailing whitespace
483483
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
484-
- [gomnd](https://github.com/tommy-muehle/go-mnd) - checks whether magic number is used
484+
- [gomnd](https://github.com/tommy-muehle/go-mnd) - An analyzer to detect magic numbers.
485485
486486
## Configuration
487487

0 commit comments

Comments
 (0)