2025-04-09 10:47:46 -05:00
|
|
|
version: "2"
|
2023-01-26 14:24:42 -05:00
|
|
|
linters:
|
2025-04-09 10:47:46 -05:00
|
|
|
default: none
|
2023-01-26 14:24:42 -05:00
|
|
|
enable:
|
2025-04-09 10:47:46 -05:00
|
|
|
- copyloopvar
|
2023-01-26 14:24:42 -05:00
|
|
|
- durationcheck
|
|
|
|
|
- errcheck
|
|
|
|
|
- forcetypeassert
|
|
|
|
|
- godot
|
|
|
|
|
- ineffassign
|
|
|
|
|
- makezero
|
|
|
|
|
- misspell
|
|
|
|
|
- nilerr
|
|
|
|
|
- predeclared
|
|
|
|
|
- staticcheck
|
|
|
|
|
- unconvert
|
|
|
|
|
- unparam
|
|
|
|
|
- unused
|
2025-04-09 10:47:46 -05:00
|
|
|
- usetesting
|
|
|
|
|
exclusions:
|
|
|
|
|
generated: lax
|
|
|
|
|
presets:
|
|
|
|
|
- comments
|
|
|
|
|
- common-false-positives
|
|
|
|
|
- legacy
|
|
|
|
|
- std-error-handling
|
|
|
|
|
paths:
|
|
|
|
|
- third_party$
|
|
|
|
|
- builtin$
|
|
|
|
|
- examples$
|
|
|
|
|
issues:
|
|
|
|
|
max-issues-per-linter: 0
|
|
|
|
|
max-same-issues: 0
|
|
|
|
|
formatters:
|
|
|
|
|
enable:
|
|
|
|
|
- gofmt
|
|
|
|
|
exclusions:
|
|
|
|
|
generated: lax
|
|
|
|
|
paths:
|
|
|
|
|
- third_party$
|
|
|
|
|
- builtin$
|
|
|
|
|
- examples$
|