opnsense-src/.arclint

27 lines
448 B
Plaintext

{
"exclude": "(contrib|crypto)",
"linters": {
"python": {
"type": "pep8",
"include": "(\\.py$)"
},
"spelling": {
"type": "spelling"
},
"chmod": {
"type": "chmod",
"exclude": "(/tests/)"
},
"merge-conflict": {
"type": "merge-conflict"
},
"filename": {
"type": "filename"
},
"json": {
"type": "json",
"include": "(\\.arclint|\\.json$)"
}
}
}