diff --git a/pylint.cfg b/pylint.cfg index 1eb47abd79..5ae9fdebee 100644 --- a/pylint.cfg +++ b/pylint.cfg @@ -9,7 +9,7 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS +ignore=CVS,SortedList.py,build,docs,resources,scripts # Pickle collected data for later comparisons. persistent=yes