sandbox/.arclint
Yongmin Hong bf5c8a9281
Robots.txt: f off PetalBot
Summary:
Is on .xyz/robots.txt blacklist. add it here as well.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Deploy

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D125
2024-05-23 04:20:04 +09:00

40 lines
672 B
Text

{
"exclude": [
"(^package-lock.json$)"
],
"linters": {
"chmod": {
"type": "chmod"
},
"json": {
"type": "json",
"include": [
"(\\.arcconfig$)",
"(\\.arclint$)",
"(\\.json$)"
]
},
"merge-conflict": {
"type": "merge-conflict"
},
"nolint": {
"type": "nolint"
},
"PHP Error Check": {
"type": "php",
"include": "(\\.php$)"
},
"spelling": {
"type": "spelling"
},
"text": {
"type": "text",
"text.max-line-length": 80,
"severity": {
"1": "advice",
"2": "advice",
"5": "disabled"
}
}
}
}