Yongmin Hong
d45c16bde1
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
17 lines
262 B
Text
17 lines
262 B
Text
{
|
|
"linters": {
|
|
"merge-conflict": {
|
|
"type": "merge-conflict"
|
|
},
|
|
"nolint": {
|
|
"type": "nolint"
|
|
},
|
|
"PHP Error Check": {
|
|
"type": "php",
|
|
"include": "(\\.php$)"
|
|
},
|
|
"spelling": {
|
|
"type": "spelling"
|
|
}
|
|
}
|
|
}
|