Index: pylintrc ================================================================== --- pylintrc +++ pylintrc @@ -9,11 +9,11 @@ # paths. ignore=CVS # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths. -ignore-patterns=bottle.py +ignore-patterns=bottle.py,gc_rules,.*_data.py # Python code to execute, usually for sys.path manipulation such as # pygtk.require(). #init-hook=