forked from OSchip/llvm-project
24 lines
474 B
Plaintext
24 lines
474 B
Plaintext
|
{
|
||
|
"linters": {
|
||
|
"format": {
|
||
|
"include": "(include/polly/.+\\.h$|lib/.+\\.cpp$)",
|
||
|
"exclude": "(lib/JSON/.*)",
|
||
|
"type": "script-and-regex"
|
||
|
},
|
||
|
"chmod": {
|
||
|
"type": "chmod"
|
||
|
},
|
||
|
"filename": {
|
||
|
"exclude": "(www/experiments/.+|.*\\.jscop.*)",
|
||
|
"type": "filename"
|
||
|
},
|
||
|
"merge-conflict": {
|
||
|
"type": "merge-conflict"
|
||
|
},
|
||
|
"spelling": {
|
||
|
"exclude": "(configure|autoconf/.*)",
|
||
|
"type": "spelling"
|
||
|
}
|
||
|
}
|
||
|
}
|