summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2014-08-26 11:53:44 -0700
committerJay Faulkner <jay@jvf.cc>2014-08-26 11:53:44 -0700
commit2e6aa38e0986ee67f5e93cd6bb7b32c52f8207e6 (patch)
treea9f65814d6adbb7b37c18e22f3df7f02fb806c96 /Makefile
parentb3216b56f3fea3259c290faa2dd496215b625904 (diff)
downloadvyos-cloud-init-2e6aa38e0986ee67f5e93cd6bb7b32c52f8207e6.tar.gz
vyos-cloud-init-2e6aa38e0986ee67f5e93cd6bb7b32c52f8207e6.zip
Remove pylint
pylint was not passing, and per smoser in IRC pylint can/should be removed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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)