mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
20 lines
293 B
YAML
20 lines
293 B
YAML
linters-settings:
|
|
gocritic:
|
|
enabled-tags:
|
|
- diagnostic
|
|
- experimental
|
|
- opinionated
|
|
- performance
|
|
- style
|
|
disabled-checks:
|
|
- importShadow
|
|
- ifElseChain
|
|
- hugeParam
|
|
|
|
linters:
|
|
enable:
|
|
- unconvert
|
|
- gocritic
|
|
|
|
run:
|
|
timeout: 5m
|