Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.4 to 1.66.6. - [Release notes](https://github.com/go-ini/ini/releases) - [Commits](https://github.com/go-ini/ini/compare/v1.66.4...v1.66.6) --- updated-dependencies: - dependency-name: gopkg.in/ini.v1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
468 B
YAML
27 lines
468 B
YAML
linters-settings:
|
|
staticcheck:
|
|
checks: [
|
|
"all",
|
|
"-SA1019" # There are valid use cases of strings.Title
|
|
]
|
|
nakedret:
|
|
max-func-lines: 0 # Disallow any unnamed return statement
|
|
|
|
linters:
|
|
enable:
|
|
- deadcode
|
|
- errcheck
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- structcheck
|
|
- typecheck
|
|
- unused
|
|
- varcheck
|
|
- nakedret
|
|
- gofmt
|
|
- rowserrcheck
|
|
- unconvert
|
|
- goimports
|
|
- unparam
|