mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-01 10:18:18 +00:00
42 lines
684 B
YAML
42 lines
684 B
YAML
version: "2"
|
|
run:
|
|
issues-exit-code: 1
|
|
linters:
|
|
enable:
|
|
- asciicheck
|
|
- errorlint
|
|
- gocritic
|
|
- gosec
|
|
- importas
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- tparallel
|
|
- unconvert
|
|
- unparam
|
|
- whitespace
|
|
exclusions:
|
|
generated: lax
|
|
presets:
|
|
- comments
|
|
- common-false-positives
|
|
- legacy
|
|
- std-error-handling
|
|
paths:
|
|
- internal/third_party
|
|
- third_party$
|
|
- builtin$
|
|
- examples$
|
|
issues:
|
|
uniq-by-line: false
|
|
formatters:
|
|
enable:
|
|
- gofmt
|
|
- goimports
|
|
exclusions:
|
|
generated: lax
|
|
paths:
|
|
- internal/third_party
|
|
- third_party$
|
|
- builtin$
|
|
- examples$
|