mirror of
https://github.com/Warky-Devs/vecna.git
synced 2026-05-05 01:26:58 +00:00
31 lines
447 B
YAML
31 lines
447 B
YAML
version: "2"
|
|
|
|
formatters:
|
|
enable:
|
|
- goimports
|
|
settings:
|
|
goimports:
|
|
local-prefixes:
|
|
- github.com/Warky-Devs/vecna.git
|
|
|
|
linters:
|
|
default: standard
|
|
enable:
|
|
- misspell
|
|
- gocritic
|
|
- noctx
|
|
- bodyclose
|
|
- errorlint
|
|
- copyloopvar
|
|
- durationcheck
|
|
|
|
linters-settings:
|
|
gocritic:
|
|
disabled-checks:
|
|
- commentedOutCode
|
|
- hugeParam
|
|
|
|
issues:
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|