Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
388 B
26 lines
388 B
run: |
|
concurrency: 8 |
|
deadline: 5m |
|
tests: false |
|
linters: |
|
enable-all: true |
|
disable: |
|
- funlen |
|
- gochecknoglobals |
|
- gochecknoinits |
|
- gocognit |
|
- goconst |
|
- godox |
|
- gosec |
|
- maligned |
|
- wsl |
|
- gomnd |
|
- goerr113 |
|
- exhaustive |
|
- nestif |
|
- nlreturn |
|
- exhaustivestruct |
|
- wrapcheck |
|
- errorlint |
|
- cyclop |
|
- forcetypeassert
|
|
|