Remove pylint

pylint was not passing, and per smoser in IRC pylint can/should be
removed.
This commit is contained in:
Jay Faulkner 2014-08-26 11:53:44 -07:00
parent 18d1aea913
commit 309e21aec1
3 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

@ -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)

View File

@ -3,4 +3,3 @@ mocker
nose
pep8==1.5.7
pyflakes
pylint