mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
3270e7a443
* Update go-swagger * vendor
28 lines
478 B
YAML
Vendored
28 lines
478 B
YAML
Vendored
linters-settings:
|
|
golint:
|
|
min-confidence: 0.1
|
|
goimports:
|
|
local-prefixes: github.com/spf13/viper
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- funlen
|
|
- maligned
|
|
|
|
# TODO: fix me
|
|
- wsl
|
|
- gochecknoinits
|
|
- gosimple
|
|
- gochecknoglobals
|
|
- errcheck
|
|
- lll
|
|
- godox
|
|
- scopelint
|
|
- gocyclo
|
|
- gocognit
|
|
- gocritic
|
|
|
|
service:
|
|
golangci-lint-version: 1.21.x
|