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. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8b75e73..d96e6488 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,6 @@ all: test check_version pep8: @$(CWD)/tools/run-pep8 $(PY_FILES) -pylint: - @$(CWD)/tools/run-pylint $(PY_FILES) - pyflakes: pyflakes $(PY_FILES) -- cgit v1.2.3