mirror of
https://github.com/BigJk/end_of_eden.git
synced 2026-02-06 02:37:31 +00:00
14 lines
202 B
YAML
14 lines
202 B
YAML
run:
|
|
skip-files:
|
|
- ".*_test.go"
|
|
linters:
|
|
enable:
|
|
- godot
|
|
- misspell
|
|
- gocognit
|
|
- funlen
|
|
disable:
|
|
- typecheck
|
|
linters-settings:
|
|
staticcheck:
|
|
checks: ["all", "-SA1019"] |