mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 02:42:46 +00:00
26 lines
418 B
Plaintext
26 lines
418 B
Plaintext
|
{
|
||
|
"exclude": "(contrib|crypto)",
|
||
|
"linters": {
|
||
|
"python": {
|
||
|
"type": "pep8",
|
||
|
"include": "(\\.py$)"
|
||
|
},
|
||
|
"spelling": {
|
||
|
"type": "spelling"
|
||
|
},
|
||
|
"chmod": {
|
||
|
"type": "chmod"
|
||
|
},
|
||
|
"merge-conflict": {
|
||
|
"type": "merge-conflict"
|
||
|
},
|
||
|
"filename": {
|
||
|
"type": "filename"
|
||
|
},
|
||
|
"json": {
|
||
|
"type": "json",
|
||
|
"include": "(\\.arclint|\\.json$)"
|
||
|
}
|
||
|
}
|
||
|
}
|