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
|
||||
linters:
|
||||
enable:
|
||||
- golint
|
||||
- gosec
|
||||
- unconvert
|
||||
- gocyclo
|
||||
- goconst
|
||||
- goimports
|
||||
- maligned
|
||||
- gocritic
|
||||
- govet
|
||||
- revive
|
||||
linters-settings:
|
||||
errcheck:
|
||||
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
|
||||
|
|
|
@ -16,14 +16,14 @@ issues:
|
|||
- goconst
|
||||
linters:
|
||||
enable:
|
||||
- golint
|
||||
- gosec
|
||||
- unconvert
|
||||
- gocyclo
|
||||
- goconst
|
||||
- goimports
|
||||
- maligned
|
||||
- gocritic
|
||||
- govet
|
||||
- revive
|
||||
linters-settings:
|
||||
errcheck:
|
||||
# report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`;
|
||||
|
|
Loading…
Reference in a new issue