forked from rebillar/site-accueil-insa
30 lines
498 B
Text
30 lines
498 B
Text
{
|
|
"exclude": [
|
|
"(^xhprof_html/jquery/)",
|
|
"(^xhprof_html/docs/)",
|
|
"(^extension/Makefile.local)"
|
|
],
|
|
"linters": {
|
|
"chmod": {
|
|
"type": "chmod"
|
|
},
|
|
"filename": {
|
|
"type": "filename"
|
|
},
|
|
"generated": {
|
|
"type": "generated"
|
|
},
|
|
"merge-conflict": {
|
|
"type": "merge-conflict"
|
|
},
|
|
"nolint": {
|
|
"type": "nolint"
|
|
},
|
|
"text-without-length": {
|
|
"type": "text",
|
|
"severity": {
|
|
"3": "disabled"
|
|
}
|
|
}
|
|
}
|
|
}
|