summaryrefslogtreecommitdiff
path: root/tools/lintstack.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove self.__dict__ for formatting stringshaobing12016-09-011-1/+6
| | | | | | | | | Following OpenStack Style Guidelines: http://docs.openstack.org/developer/hacking/#dictionaries-lists It is not clear as using explicit dictionaries and help avoid some errors during refactoring. Change-Id: If29fa568b757e8e08ec2bd8986d08e422db9eee4
* Add pylint tox envEric Harney2016-04-071-0/+210
Run pylint with $ tox -e pylint (Copied from Cinder with minor changes.) Change-Id: I9d7f03c44c6da7515b433d6c87f3a1645184d491