From ffccce4aab100df5e7519507cb64fed41a849225 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Mon, 22 Aug 2016 11:17:12 +0300 Subject: [PATCH] Pylint: totally ignore testrail reporter ignore=CVS, tox, logs -> ignore=CVS, tox, logs, testrail Change-Id: I84a040fd490495aeb026e7eb968b3adc9eb9a786 --- .pylintrc | 3 ++- .pylintrc_gerrit | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 6cac8d7e9..d1147313b 100644 --- a/.pylintrc +++ b/.pylintrc @@ -9,7 +9,8 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS, tox, logs +# testrail reporter will be ignored too due to separate development process +ignore=CVS, tox, logs, testrail # Pickle collected data for later comparisons. persistent=yes diff --git a/.pylintrc_gerrit b/.pylintrc_gerrit index 390938443..56f10bba0 100644 --- a/.pylintrc_gerrit +++ b/.pylintrc_gerrit @@ -9,7 +9,8 @@ # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS, tox, logs +# testrail reporter will be ignored too due to separate development process +ignore=CVS, tox, logs, testrail # Pickle collected data for later comparisons. persistent=yes