monasca-docker
monasca-docker copied to clipboard
Add linters to Travis: Python
Splitting #191 for manageability
I think we should configure it with same/similar configuration like in openstack E.g. max line length is 120 in monasca-api: https://github.com/openstack/monasca-api/blob/master/tox.ini#L147
I think that most standard/popular way of having configuration for Python linters would be setup.cfg file
http://renesd.blogspot.com/2017/02/setupcfg-solution-to-python-config-file.html
Some more info for consideration with pylint: https://codewithoutrules.com/2016/10/19/pylint/