From c9a4a66217920c83d0ef288f8a0b5405b65b7374 Mon Sep 17 00:00:00 2001 From: Manuel Franceschini <livewire@google.com> Date: Wed, 21 Jul 2010 11:29:40 +0200 Subject: [PATCH] Disable 'invalid name' pylint warning for tools/setup-ssh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Franceschini <livewire@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- tools/setup-ssh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/setup-ssh b/tools/setup-ssh index 4ff862c37..f67f795d3 100644 --- a/tools/setup-ssh +++ b/tools/setup-ssh @@ -24,6 +24,9 @@ This is needed before we can join the node into the cluster. """ +# pylint: disable-msg=C0103 +# C0103: Invalid name setup-ssh + import getpass import logging import paramiko -- GitLab