mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 16:02:39 +01:00
23 lines
324 B
Text
23 lines
324 B
Text
|
{
|
||
|
"linters": {
|
||
|
"filename": {
|
||
|
"type": "filename"
|
||
|
},
|
||
|
"generated": {
|
||
|
"type": "generated"
|
||
|
},
|
||
|
"merge-conflict": {
|
||
|
"type": "merge-conflict"
|
||
|
},
|
||
|
"nolint": {
|
||
|
"type": "nolint"
|
||
|
},
|
||
|
"text": {
|
||
|
"type": "text"
|
||
|
},
|
||
|
"spelling": {
|
||
|
"type": "spelling"
|
||
|
}
|
||
|
}
|
||
|
}
|