/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.yamllint.yaml
46 строк
707 B
Mestery
build: extend yamllint configuration
14 фев 2022, 21:09
14 фев 2022, 21:09
4c4bd1c
Код
Авторство
О чём код?
extends: default rules: braces: min-spaces-inside: 0 max-spaces-inside: 1 min-spaces-inside-empty: 0 max-spaces-inside-empty: 0 brackets: min-spaces-inside: 0 max-spaces-inside: 1 min-spaces-inside-empty: 0 max-spaces-inside-empty: 0 comments-indentation: level: error document-end: present: false document-start: level: error present: false empty-lines: max: 1 indentation: spaces: 2 line-length: disable quoted-strings: quote-type: single required: only-when-needed truthy: allowed-values: ['true', 'false', 'on', 'off'] ignore: | /deps/ node_modules/ /test/fixtures/wpt/ /tools/gyp/ /tools/pip/