2024-05-02 11:23:44 +02:00
|
|
|
{
|
2024-05-12 12:01:58 +02:00
|
|
|
"exclude": [
|
2024-06-08 12:02:00 +02:00
|
|
|
"(^node_modules/)",
|
2024-05-12 12:01:58 +02:00
|
|
|
"(^package-lock.json$)"
|
|
|
|
],
|
2024-05-02 11:23:44 +02:00
|
|
|
"linters": {
|
2024-05-12 12:01:58 +02:00
|
|
|
"chmod": {
|
|
|
|
"type": "chmod"
|
|
|
|
},
|
2024-06-08 12:02:00 +02:00
|
|
|
"css": {
|
|
|
|
"type": "csslint",
|
|
|
|
"include": "(\\.css$)"
|
|
|
|
},
|
|
|
|
"generated": {
|
|
|
|
"type": "generated"
|
|
|
|
},
|
|
|
|
"jshint": {
|
|
|
|
"type": "jshint",
|
2024-06-08 12:05:22 +02:00
|
|
|
"include": [
|
|
|
|
"(\\.cjs$)",
|
|
|
|
"(\\.js$)",
|
|
|
|
"(\\.mjs$)"
|
|
|
|
],
|
|
|
|
"jshint.jshintrc": ".jshint.json"
|
2024-06-08 12:02:00 +02:00
|
|
|
},
|
2024-05-12 12:01:58 +02:00
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": [
|
2024-06-08 12:02:00 +02:00
|
|
|
"(^\\.arcconfig$)",
|
|
|
|
"(^\\.arclint$)",
|
2024-05-12 12:01:58 +02:00
|
|
|
"(\\.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-06-08 12:02:00 +02:00
|
|
|
"exclude": [
|
|
|
|
"(^.gitignore$)",
|
|
|
|
"(\\.md)"
|
|
|
|
],
|
2024-05-13 13:02:10 +02:00
|
|
|
"text.max-line-length": 80,
|
|
|
|
"severity": {
|
2024-06-08 12:02:00 +02:00
|
|
|
"1": "autofix",
|
2024-05-22 21:11:36 +02:00
|
|
|
"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-06-08 12:02:00 +02:00
|
|
|
},
|
|
|
|
"text-no-linelength": {
|
|
|
|
"type": "text",
|
|
|
|
"include": [
|
|
|
|
"(^.gitignore$)",
|
|
|
|
"(\\.md)"
|
|
|
|
],
|
|
|
|
"severity": {
|
|
|
|
"1": "autofix",
|
|
|
|
"2": "advice",
|
|
|
|
"3": "disabled",
|
|
|
|
"5": "disabled"
|
|
|
|
}
|
2024-05-02 11:23:44 +02:00
|
|
|
}
|
|
|
|
}
|
2024-05-04 10:22:21 +02:00
|
|
|
}
|