mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-04-27 03:01:02 +00:00
* Improve journald logger tag the logs with the identifier so they can be found easily with journald --------- Signed-off-by: Itxaka <itxaka@kairos.io>
37 lines
568 B
YAML
37 lines
568 B
YAML
version: "2"
|
|
run:
|
|
tests: false
|
|
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$
|