sandbox/.arclint
Yongmin Hong d45c16bde1
meta: arclint: add few more rules
Summary:
I probably want few more rules (ie. csslint)

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

Test Plan: `arc lint`

Reviewers: #acl_sudoers, #blessed_reviewers, revi

Reviewed By: #acl_sudoers, #blessed_reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D20
2024-05-04 17:34:01 +09:00

17 lines
262 B
Text

{
"linters": {
"merge-conflict": {
"type": "merge-conflict"
},
"nolint": {
"type": "nolint"
},
"PHP Error Check": {
"type": "php",
"include": "(\\.php$)"
},
"spelling": {
"type": "spelling"
}
}
}