freebsd-src/.arclint

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
448 B
Plaintext
Raw Permalink Normal View History

2014-06-02 00:21:42 +00:00
{
"exclude": "(contrib|crypto)",
2014-06-02 00:21:42 +00:00
"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$)"
2014-06-02 00:21:42 +00:00
}
}
}