mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-23 13:35:31 +01:00
28 lines
398 B
YAML
28 lines
398 B
YAML
run:
|
|
go: "1.22"
|
|
timeout: 5m
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
# complexity
|
|
- maintidx
|
|
- funlen
|
|
|
|
# disable
|
|
- depguard
|
|
- err113
|
|
- exhaustruct
|
|
- gomnd
|
|
- ireturn
|
|
- lll
|
|
- mnd
|
|
- testpackage
|
|
- varnamelen
|
|
- wrapcheck
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/SecurityBrewery/catalyst)
|