Yongmin Hong
f85a6a2b90
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
25 lines
428 B
YAML
25 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']
|