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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py

Issue 2019923002: Fix pylint unused-* warnings in webkitpy/tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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 | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py
index b3d2d038d344979d803242920e2b16e752d02197..a33ef0ef0aebf5c91ab6b6c9c3a9c33006702830 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py
@@ -88,7 +88,8 @@ class CommitAnnouncer(SingleServerIRCBot):
def stop(self, message=""):
self.connection.execute_delayed(0, lambda: self.die(message))
- # IRC event handlers.
+ # IRC event handlers. Methods' arguments are determined by superclass
+ # and some arguments maybe unused - pylint: disable=unused-argument
def on_nicknameinuse(self, connection, event):
connection.nick('%s_' % connection.get_nickname())
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698