mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-04-27 11:21:45 +00:00
39 lines
588 B
YAML
39 lines
588 B
YAML
|
version: "2"
|
||
|
run:
|
||
|
tests: false
|
||
|
issues:
|
||
|
new: true
|
||
|
linters:
|
||
|
enable:
|
||
|
- dupl
|
||
|
- ginkgolinter
|
||
|
- gocheckcompilerdirectives
|
||
|
- goconst
|
||
|
- gocyclo
|
||
|
- godot
|
||
|
- goheader
|
||
|
- misspell
|
||
|
- revive
|
||
|
- zerologlint
|
||
|
exclusions:
|
||
|
generated: lax
|
||
|
presets:
|
||
|
- comments
|
||
|
- common-false-positives
|
||
|
- legacy
|
||
|
- std-error-handling
|
||
|
paths:
|
||
|
- third_party$
|
||
|
- builtin$
|
||
|
- examples$
|
||
|
formatters:
|
||
|
enable:
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
exclusions:
|
||
|
generated: lax
|
||
|
paths:
|
||
|
- third_party$
|
||
|
- builtin$
|
||
|
- examples$
|