Yongmin Hong
b0ae699487
Summary: Mostly from rWEBXYZ. Added to `.gitconfig` via `core.attributesFile`. Also: add some arclint Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Not really. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D224
67 lines
1.1 KiB
Text
67 lines
1.1 KiB
Text
{
|
|
"exclude": [
|
|
"(^package-lock.json$)"
|
|
],
|
|
"linters": {
|
|
"chmod": {
|
|
"type": "chmod"
|
|
},
|
|
"Generated": {
|
|
"type": "generated"
|
|
},
|
|
"jshint": {
|
|
"type": "jshint",
|
|
"include": [
|
|
"(\\.cjs$)",
|
|
"(\\.js$)",
|
|
"(\\.jsx$)",
|
|
"(\\.mjs$)"
|
|
]
|
|
},
|
|
"json": {
|
|
"type": "json",
|
|
"include": [
|
|
"(^.arcconfig$)",
|
|
"(^.arclint$)",
|
|
"(^.arcunit$)",
|
|
"(\\.json$)"
|
|
]
|
|
},
|
|
"merge-conflict": {
|
|
"type": "merge-conflict"
|
|
},
|
|
"nolint": {
|
|
"type": "nolint"
|
|
},
|
|
"spelling": {
|
|
"type": "spelling"
|
|
},
|
|
"text": {
|
|
"type": "text",
|
|
"exclude": [
|
|
"(^.gitignore$)",
|
|
"(\\.md$)"
|
|
],
|
|
"text.max-line-length": 80,
|
|
"severity": {
|
|
"1": "autofix",
|
|
"2": "advice",
|
|
"3": "advice",
|
|
"5": "disabled"
|
|
}
|
|
},
|
|
"text-markdown": {
|
|
"type": "text",
|
|
"include": [
|
|
"(^.gitignore$)",
|
|
"(\\.md$)"
|
|
],
|
|
"severity": {
|
|
"1": "autofix",
|
|
"2": "advice",
|
|
"3": "disabled",
|
|
"5": "disabled"
|
|
}
|
|
}
|
|
}
|
|
}
|