mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-02 07:20:00 +00:00
19 lines
257 B
YAML
19 lines
257 B
YAML
|
run:
|
||
|
concurrency: 8
|
||
|
deadline: 5m
|
||
|
tests: false
|
||
|
linters:
|
||
|
enable-all: true
|
||
|
disable:
|
||
|
- gochecknoglobals
|
||
|
- gocognit
|
||
|
- godox
|
||
|
- wsl
|
||
|
- funlen
|
||
|
- gochecknoinits
|
||
|
- gomnd
|
||
|
- nlreturn
|
||
|
- goerr113
|
||
|
- exhaustive
|
||
|
- nestif
|