Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: pylintrc

Issue 10202010: Remove E1101 errors generated by colorama.AnsiCodes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/colorama/ansi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylintrc
diff --git a/pylintrc b/pylintrc
index 0412be85bfd4636eedb2c614c66d8cacfc40cbae..296bab032648460bf9461936a89e9dd9369064b6 100644
--- a/pylintrc
+++ b/pylintrc
@@ -124,7 +124,7 @@ ignore-mixin-members=yes
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).
-ignored-classes=SQLObject,AnsiCodes
+ignored-classes=SQLObject
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.
« no previous file with comments | « no previous file | third_party/colorama/ansi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698