Blob Blame History Raw
From 867fa3a722c692a6a6b296e13c9d4587dc09c971 Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Mon, 6 Oct 2014 14:34:42 +0200
Subject: [PATCH 2/2] Disable pylint warning for wrong continued indentation

Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
 pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylintrc b/pylintrc
index a437a53..a4e3014 100644
--- a/pylintrc
+++ b/pylintrc
@@ -33,7 +33,7 @@ load-plugins=
 # can either give multiple identifier separated by comma (,) or put this option
 # multiple time (only on the command line, not in the configuration file where
 # it should appear only once).
-disable=C0111,W0212,R0201,R0903,R0904,I0011,W0603,W0622,I0001,R0912,E1101,C0302
+disable=C0111,W0212,R0201,R0903,R0904,I0011,W0603,W0622,I0001,R0912,E1101,C0302,C0330
 
 
 [REPORTS]
-- 
2.1.0