Index: head/.arclint =================================================================== --- head/.arclint (revision 326957) +++ head/.arclint (revision 326958) @@ -1,27 +1,25 @@ { "exclude": "(contrib|crypto)", "linters": { "python": { "type": "pep8", "include": "(\\.py$)" }, "spelling": { "type": "spelling" }, "chmod": { - "type": "chmod", - "exclude": "(/tests/)" + "type": "chmod" }, "merge-conflict": { "type": "merge-conflict" }, "filename": { "type": "filename" }, "json": { "type": "json", "include": "(\\.arclint|\\.json$)" } } } -