mirror of https://github.com/Yomguithereal/fog.git
Aerating lint
This commit is contained in:
parent
608c09f2cd
commit
7d9fb25f31
1
Makefile
1
Makefile
|
@ -27,6 +27,7 @@ deps:
|
||||||
lint:
|
lint:
|
||||||
@echo Linting source code using pep8...
|
@echo Linting source code using pep8...
|
||||||
pycodestyle --ignore E501,E722,E731,E741,W503,W504 $(SOURCE) test
|
pycodestyle --ignore E501,E722,E731,E741,W503,W504 $(SOURCE) test
|
||||||
|
@echo
|
||||||
@echo Searching for unused imports...
|
@echo Searching for unused imports...
|
||||||
importchecker fog | grep -v __init__ || true
|
importchecker fog | grep -v __init__ || true
|
||||||
importchecker cfog | grep -v __init__ || true
|
importchecker cfog | grep -v __init__ || true
|
||||||
|
|
Loading…
Reference in New Issue