mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-24 23:21:12 -05:00
parent
8f99738020
commit
695dd0832a
2 changed files with 4 additions and 4 deletions
4
.github/linters/.golangci.yml
vendored
4
.github/linters/.golangci.yml
vendored
|
@ -16,14 +16,14 @@ issues:
|
||||||
- goconst
|
- goconst
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- golint
|
|
||||||
- gosec
|
- gosec
|
||||||
- unconvert
|
- unconvert
|
||||||
- gocyclo
|
- gocyclo
|
||||||
- goconst
|
- goconst
|
||||||
- goimports
|
- goimports
|
||||||
- maligned
|
|
||||||
- gocritic
|
- gocritic
|
||||||
|
- govet
|
||||||
|
- revive
|
||||||
linters-settings:
|
linters-settings:
|
||||||
errcheck:
|
errcheck:
|
||||||
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
|
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
|
||||||
|
|
|
@ -16,14 +16,14 @@ issues:
|
||||||
- goconst
|
- goconst
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
- golint
|
|
||||||
- gosec
|
- gosec
|
||||||
- unconvert
|
- unconvert
|
||||||
- gocyclo
|
- gocyclo
|
||||||
- goconst
|
- goconst
|
||||||
- goimports
|
- goimports
|
||||||
- maligned
|
|
||||||
- gocritic
|
- gocritic
|
||||||
|
- govet
|
||||||
|
- revive
|
||||||
linters-settings:
|
linters-settings:
|
||||||
errcheck:
|
errcheck:
|
||||||
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
|
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
|
||||||
|
|
Loading…
Reference in a new issue