1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04: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 18:08:33 -05:00
disable:
- exhaustivestruct
- gomnd
- interfacer
- maligned
2021-02-28 18:08:33 -05:00
presets:
- bugs
- complexity
- format
- performance
- style
- unused
fast: false