2014-06-02 00:21:42 +00:00
|
|
|
{
|
2015-04-20 20:33:22 +00:00
|
|
|
"exclude": "(contrib|crypto)",
|
2014-06-02 00:21:42 +00:00
|
|
|
"linters": {
|
|
|
|
"python": {
|
|
|
|
"type": "pep8",
|
|
|
|
"include": "(\\.py$)"
|
2015-04-20 20:33:22 +00:00
|
|
|
},
|
|
|
|
"spelling": {
|
|
|
|
"type": "spelling"
|
|
|
|
},
|
|
|
|
"chmod": {
|
2017-12-19 03:38:06 +00:00
|
|
|
"type": "chmod",
|
|
|
|
"exclude": "(/tests/)"
|
2015-04-20 20:33:22 +00:00
|
|
|
},
|
|
|
|
"merge-conflict": {
|
|
|
|
"type": "merge-conflict"
|
|
|
|
},
|
|
|
|
"filename": {
|
|
|
|
"type": "filename"
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"type": "json",
|
|
|
|
"include": "(\\.arclint|\\.json$)"
|
2014-06-02 00:21:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|