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