Hi.
Our stack is Python with Flask.
Is there a guide about how to run Pylint within CircleCi?
Thank you.
Hi.
Our stack is Python with Flask.
Is there a guide about how to run Pylint within CircleCi?
Thank you.
No but using your circle.yml
file you can install it and run it as you would in your local environment.
Thanks, I just wen the other way around and run Pylint from a unit test:
http://blog.jameskyle.org/2014/05/pep8-pylint-tests-with-nose-xunit/