Skip to content

Commit a25c30d

Browse files
sayborasTam Mach
authored and
Tam Mach
committed
Run make README.md
1 parent d37e2cf commit a25c30d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ golint: Golint differs from gofmt. Gofmt reformats Go source code, whereas golin
221221
gosec (gas): Inspects source code for security problems [fast: true, auto-fix: false]
222222
interfacer: Linter that suggests narrower interface types [fast: true, auto-fix: false]
223223
lll: Reports long lines [fast: true, auto-fix: false]
224+
magicnumber: checks whether magic number detector is used [fast: true, auto-fix: false]
224225
maligned: Tool to detect Go structs that would take less memory if their fields were sorted [fast: true, auto-fix: false]
225226
misspell: Finds commonly misspelled English words in comments [fast: true, auto-fix: true]
226227
nakedret: Finds naked returns in functions greater than a specified function length [fast: true, auto-fix: false]
@@ -479,6 +480,7 @@ golangci-lint help linters
479480
- [funlen](https://github.com/ultraware/funlen) - Tool for detection of long functions
480481
- [whitespace](https://github.com/ultraware/whitespace) - Tool for detection of leading and trailing whitespace
481482
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
483+
- [magicnumber](https://github.com/tommy-muehle/go-mnd) - checks whether magic number detector is used
482484
483485
## Configuration
484486
@@ -942,7 +944,7 @@ linters-settings:
942944
lll:
943945
line-length: 140
944946
goimports:
945-
local-prefixes: github.com/golangci/golangci-lint
947+
local-prefixes: github.com/golangci/golangci-lint github.com/golangci/golangci-lint/pkg/golinters/goanalysis
946948
gocritic:
947949
enabled-tags:
948950
- diagnostic
@@ -1162,6 +1164,7 @@ Thanks to developers and authors of used linters:
11621164
- [matoous](https://github.com/matoous)
11631165
- [ultraware](https://github.com/ultraware)
11641166
- [bombsimon](https://github.com/bombsimon)
1167+
- [tommy-muehle](https://github.com/tommy-muehle)
11651168
11661169
## Changelog
11671170

0 commit comments

Comments
 (0)