mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
21 lines
293 B
YAML
21 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
|