.arclint (246e7a2b6494cd991b08ac669ed761ecea0cc98c) | .arclint (db29be839a3cea66af4e08fe57326bffa460e3f7) |
---|---|
1{ | 1{ |
2 "exclude": "(contrib|crypto)", |
|
2 "linters": { 3 "python": { 4 "type": "pep8", | 3 "linters": { 4 "python": { 5 "type": "pep8", |
5 "exclude": "(contrib)", | |
6 "include": "(\\.py$)" | 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$)" |
|
7 } 8 } 9} | 23 } 24 } 25} |