Skip to content

Commit c4c0a9b

Browse files
committed
Run make README.md
1 parent e2b03bf commit c4c0a9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ golint: Golint differs from gofmt. Gofmt reformats Go source code, whereas golin
222222
gosec (gas): Inspects source code for security problems [fast: true, auto-fix: false]
223223
interfacer: Linter that suggests narrower interface types [fast: true, auto-fix: false]
224224
lll: Reports long lines [fast: true, auto-fix: false]
225+
magicnumber: checks whether magic number detector is used [fast: true, auto-fix: false]
225226
maligned: Tool to detect Go structs that would take less memory if their fields were sorted [fast: true, auto-fix: false]
226227
misspell: Finds commonly misspelled English words in comments [fast: true, auto-fix: true]
227228
nakedret: Finds naked returns in functions greater than a specified function length [fast: true, auto-fix: false]
@@ -480,6 +481,7 @@ golangci-lint help linters
480481
- [funlen](https://github.com/ultraware/funlen) - Tool for detection of long functions
481482
- [whitespace](https://github.com/ultraware/whitespace) - Tool for detection of leading and trailing whitespace
482483
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
484+
- [magicnumber](https://github.com/tommy-muehle/go-mnd) - checks whether magic number detector is used
483485
484486
## Configuration
485487
@@ -943,7 +945,7 @@ linters-settings:
943945
lll:
944946
line-length: 140
945947
goimports:
946-
local-prefixes: github.com/golangci/golangci-lint
948+
local-prefixes: github.com/golangci/golangci-lint github.com/golangci/golangci-lint/pkg/golinters/goanalysis
947949
gocritic:
948950
enabled-tags:
949951
- diagnostic
@@ -1163,6 +1165,7 @@ Thanks to developers and authors of used linters:
11631165
- [matoous](https://github.com/matoous)
11641166
- [ultraware](https://github.com/ultraware)
11651167
- [bombsimon](https://github.com/bombsimon)
1168+
- [tommy-muehle](https://github.com/tommy-muehle)
11661169
11671170
## Changelog
11681171

0 commit comments

Comments
 (0)