aboutsummaryrefslogtreecommitdiff
path: root/scripts/pylintrc
AgeCommit message (Collapse)AuthorFilesLines
2015-11-11pylintrc: disable reportsMike Frysinger1-1/+1
I've never found these useful, nor found anyone else who likes them. Turn them off by default.
2014-03-21Implement benchmarking script in pythonSiddhesh Poyarekar1-0/+274
Implemented the benchmark script in python since it is much cleaner and simpler to maintain.