dots/.yamllint
Yongmin Hong f85a6a2b90
CI(.arclint): use pinterest-linters
Summary:
Thanks pinterest!

Also:
- fix yamllint and update .gitattributes, and make deploy.sh executable by `chmod +x`.
- install linting npm packages.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `arc lint`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D326
2024-06-16 17:31:04 +09:00

26 lines
428 B
YAML

---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
ignore-from-file: .gitignore
rules:
comments-indentation: {}
document-start:
present: true
level: warning
line-length:
max: 80
level: warning
new-line-at-end-of-file:
level: warning
quoted-strings: disable
truthy:
level: warning
# on: included because GitHub Actions
allowed-values: ['on', 'true', 'false']