1{ 2 "exclude": "(contrib|crypto)", 3 "linters": { 4 "python": { 5 "type": "pep8", 6 "include": "(\\.py$)" 7 }, 8 "spelling": { 9 "type": "spelling" 10 }, 11 "chmod": { 12 "type": "chmod" 13 }, 14 "merge-conflict": { 15 "type": "merge-conflict" 16 }, 17 "filename": { 18 "type": "filename" 19 }, 20 "json": { 21 "type": "json", 22 "include": "(\\.arclint|\\.json$)" 23 } 24 } 25} 26