Files
rime-ice/others/script/lint/.yamllint.yml
mirtlecn 17a04afe39 test: add lint scripts. (#1512)
* ci: add lint scripts
* fix(lint): handle luacheck summary with ansi colors
* fix(ci): use luarocks to install luacheck
* fix(ci): add sudo
* test: 调整用例顺序
2026-03-26 17:20:57 +08:00

21 lines
378 B
YAML

extends: default
rules:
braces: disable
brackets: disable
colons: disable
commas: disable
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
max: 2
max-end: 1
max-start: 0
hyphens: disable
indentation:
indent-sequences: consistent
line-length: disable
new-line-at-end-of-file: disable
truthy: disable