mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2025-04-27 03:25:30 +02:00
18 lines
271 B
YAML
18 lines
271 B
YAML
version: "2"
|
|
issues:
|
|
fix: true
|
|
linters:
|
|
default: all
|
|
disable:
|
|
- depguard
|
|
- exhaustruct
|
|
formatters:
|
|
enable:
|
|
- goimports
|
|
- gofmt
|
|
- gofumpt
|
|
- golines
|
|
settings:
|
|
goimports:
|
|
local-prefixes:
|
|
- github.com/Crocmagnon/fatcontext
|