mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-09 16:00:40 +00:00
36 lines
565 B
YAML
36 lines
565 B
YAML
linters:
|
|
enable:
|
|
- tagliatelle
|
|
|
|
run:
|
|
skip-dirs:
|
|
- build
|
|
- artifacts
|
|
|
|
linters-settings:
|
|
tagliatelle:
|
|
case:
|
|
use-field-name: true
|
|
rules:
|
|
json: camel
|
|
yaml: kebab
|
|
xml: camel
|
|
bson: camel
|
|
avro: snake
|
|
mapstructure: kebab
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- gocyclo
|
|
- errcheck
|
|
- dupl
|
|
- gosec
|
|
- gochecknoglobals
|
|
- testpackage
|
|
- path: cmd/git-sv/main.go
|
|
linters:
|
|
- gochecknoglobals
|
|
- funlen
|