Yongmin Hong
7b5aed5b48
Summary: Mostly lint and CIs Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Is there one? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D78
36 lines
592 B
Text
36 lines
592 B
Text
{
|
|
"exclude": [
|
|
"(^.gitignore$)",
|
|
"(^package-lock.json$)"
|
|
],
|
|
"linters": {
|
|
"chmod": {
|
|
"type": "chmod"
|
|
},
|
|
"filename": {
|
|
"type": "filename"
|
|
},
|
|
"json": {
|
|
"type": "json",
|
|
"include": [
|
|
"(^\\.arcconfig$)",
|
|
"(^\\.arclint$)",
|
|
"(^\\.arcunit$)",
|
|
"(^\\.json$)"
|
|
]
|
|
},
|
|
"merge-conflict": {
|
|
"type": "merge-conflict"
|
|
},
|
|
"nolint": {
|
|
"type": "nolint"
|
|
},
|
|
"spelling": {
|
|
"type": "spelling"
|
|
},
|
|
"text": {
|
|
"type": "text",
|
|
"text.max-line-length": 80
|
|
}
|
|
}
|
|
}
|