From 2e6aa38e0986ee67f5e93cd6bb7b32c52f8207e6 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Tue, 26 Aug 2014 11:53:44 -0700 Subject: Remove pylint pylint was not passing, and per smoser in IRC pylint can/should be removed. --- HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING.rst') diff --git a/HACKING.rst b/HACKING.rst index 66bf7c90..6bfe4b4d 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -19,9 +19,9 @@ To get changes into cloud-init, the process to follow is: - ``bzr commit`` -* Check pylint and pep8 and test, and address any issues: +* Check pep8 and test, and address any issues: - - ``make test pylint pep8`` + - ``make test pep8`` * Push to launchpad to a personal branch: -- cgit v1.2.3