Remove pylint
pylint was not passing, and per smoser in IRC pylint can/should be removed.
This commit is contained in:
parent
18d1aea913
commit
309e21aec1
@ -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:
|
||||
|
||||
|
3
Makefile
3
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)
|
||||
|
||||
|
@ -3,4 +3,3 @@ mocker
|
||||
nose
|
||||
pep8==1.5.7
|
||||
pyflakes
|
||||
pylint
|
||||
|
Loading…
x
Reference in New Issue
Block a user