From f95a5d912eb65c507c1d67981b10c6f5ea790615 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 22 Nov 2018 17:15:46 +0100 Subject: Rate python files via pylint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It higlights programming errors which are only printed for the time being. It adds pylint in test-requirements.txt as it should have been for coverage, mock, etc. At least all pylint errors should be fixed. Kilo and Newton are out of scope as deprecated. Issue-ID: MULTICLOUD-416 Change-Id: I35f2cfec0327ba163e796b05bdff5edf0246de09 Signed-off-by: Cédric Ollivier --- pike/test-requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 pike/test-requirements.txt (limited to 'pike/test-requirements.txt') diff --git a/pike/test-requirements.txt b/pike/test-requirements.txt new file mode 100644 index 00000000..97044b5c --- /dev/null +++ b/pike/test-requirements.txt @@ -0,0 +1 @@ +pylint # GPLv2 -- cgit 1.2.3-korg