Yongmin Hong
d5b6e05a86
Summary: - add !command in correct sections to prevent mistakes - alphabetize - `diffs` for `diff --staged` - `prod` to quick deploy to `prod` branch for some repos. - `staash` for `stash -a` also: - add `max_line_length: 80` to editorconfig - autofix `TXT1` rule for `.arclint` - `rerere.autoUpdate = tru` for `gitconfig` - add prettier - fix nfty.yml - add `.yamllint` config Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: I think there isn't? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D211
39 lines
664 B
Text
39 lines
664 B
Text
{
|
|
"exclude": [
|
|
"(^.gitignore$)",
|
|
"(^package-lock.json$)"
|
|
],
|
|
"linters": {
|
|
"chmod": {
|
|
"type": "chmod"
|
|
},
|
|
"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,
|
|
"severity": {
|
|
"1": "autofix",
|
|
"2": "advice",
|
|
"3": "advice",
|
|
"5": "disabled"
|
|
}
|
|
}
|
|
}
|
|
}
|