forked from Plemya-x/ALR
26 lines
339 B
YAML
26 lines
339 B
YAML
run:
|
|
timeout: 5m
|
|
|
|
linters-settings:
|
|
goimports:
|
|
local-prefixes: "plemya-x.ru/alr"
|
|
gofmt:
|
|
simplify: true
|
|
gofumpt:
|
|
extra-rules: true
|
|
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gocritic
|
|
- govet
|
|
- staticcheck
|
|
- unused
|
|
- errcheck
|
|
- typecheck
|
|
# - forbidigo
|
|
|
|
issues:
|
|
fix: true |