.arclint: more rules, exclusions
Summary: Probably standard changes (tm) at this point. 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/D79
This commit is contained in:
parent
467eb9b2d1
commit
d75d8cf807
1 changed files with 21 additions and 0 deletions
21
.arclint
21
.arclint
|
@ -1,5 +1,22 @@
|
||||||
{
|
{
|
||||||
|
"exclude": [
|
||||||
|
"(^package-lock.json$)"
|
||||||
|
],
|
||||||
"linters": {
|
"linters": {
|
||||||
|
"chmod": {
|
||||||
|
"type": "chmod"
|
||||||
|
},
|
||||||
|
"filename": {
|
||||||
|
"type": "filename"
|
||||||
|
},
|
||||||
|
"json": {
|
||||||
|
"type": "json",
|
||||||
|
"include": [
|
||||||
|
"(\\.arcconfig$)",
|
||||||
|
"(\\.arclint$)",
|
||||||
|
"(\\.json$)"
|
||||||
|
]
|
||||||
|
},
|
||||||
"merge-conflict": {
|
"merge-conflict": {
|
||||||
"type": "merge-conflict"
|
"type": "merge-conflict"
|
||||||
},
|
},
|
||||||
|
@ -12,6 +29,10 @@
|
||||||
},
|
},
|
||||||
"spelling": {
|
"spelling": {
|
||||||
"type": "spelling"
|
"type": "spelling"
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"type": "text",
|
||||||
|
"text.max-line-length": 80
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue