1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/vendor/github.com/editorconfig/editorconfig-core-go/v2/.golangci.yml

22 lines
306 B
YAML
Raw Normal View History

linters-settings:
golint:
min-confidence: 0.3
cyclop:
max-complexity: 15
package-average: 10
linters:
2021-02-28 23:08:33 +00:00
disable:
- exhaustivestruct
- gomnd
- interfacer
- maligned
2021-02-28 23:08:33 +00:00
presets:
- bugs
- complexity
- format
- performance
- style
- unused
fast: false