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

Unified Diff: pylintrc

Issue 10448057: Add refresh support to the console page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Created 8 years, 7 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 | « handler.py ('k') | templates/base.html » ('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 7de15847d3e9466d112e9f7498cd7e852483cca5..0457fb97b8eb8e889e1034972461c25ee1d50157 100644
--- a/pylintrc
+++ b/pylintrc
@@ -117,7 +117,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
+ignored-classes=SQLObject,webapp2.RequestHandler
# When zope mode is activated, add a predefined set of Zope acquired attributes
# to generated-members.
« no previous file with comments | « handler.py ('k') | templates/base.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698