aboutsummaryrefslogtreecommitdiff
path: root/scripts/pylintrc
AgeCommit message (Collapse)AuthorFilesLines
2025-05-21pylintrc: Remove obsolete ignore section and comments.Carlos O'Donell1-4/+0
Remove the obsolete ignore=CVS since we use git now. We make the code more inclusive by removing obsolete comments. Reviewed-by: Florian Weimer <fweimer@redhat.com>
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
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.