2024-05-02 11:23:44 +02:00
|
|
|
{
|
2024-05-12 12:01:58 +02:00
|
|
|
"exclude": [
|
|
|
|
"(^package-lock.json$)"
|
|
|
|
],
|
2024-05-02 11:23:44 +02:00
|
|
|
"linters": {
|
2024-05-12 12:01:58 +02:00
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
|
|
|
"(\\.arcconfig$)",
|
|
|
|
"(\\.arclint$)",
|
|
|
|
"(\\.json$)"
|
|
|
|
]
|
|
|
|
},
|
2024-05-04 10:22:21 +02:00
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"nolint": {
|
|
|
|
"type": "nolint"
|
|
|
|
},
|
2024-05-02 11:23:44 +02:00
|
|
|
"PHP Error Check": {
|
2024-05-04 10:22:21 +02:00
|
|
|
"type": "php",
|
|
|
|
"include": "(\\.php$)"
|
|
|
|
},
|
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
2024-05-12 12:01:58 +02:00
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"type": "text",
|
2024-05-13 13:02:10 +02:00
|
|
|
"text.max-line-length": 80,
|
|
|
|
"severity": {
|
2024-05-22 21:11:36 +02:00
|
|
|
"1": "advice",
|
|
|
|
"2": "advice",
|
2024-05-23 09:05:31 +02:00
|
|
|
"3": "advice",
|
2024-05-22 21:11:36 +02:00
|
|
|
"5": "disabled"
|
2024-05-13 13:02:10 +02:00
|
|
|
}
|
2024-05-02 11:23:44 +02:00
|
|
|
}
|
|
|
|
}
|
2024-05-04 10:22:21 +02:00
|
|
|
}
|