]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add pylint-based lintstack test to tox environment
authorYun Mao <yunmao@gmail.com>
Fri, 10 May 2013 01:31:23 +0000 (21:31 -0400)
committerYun Mao <yunmao@gmail.com>
Fri, 10 May 2013 11:22:05 +0000 (07:22 -0400)
commitd75fafa88ff3d50a1b76e0ed4fcfaf8351f00e4e
treedb6ef7d2180ba5157273a40432ed40a8fe92e2e2
parent116493092cb463761d387bb5c0de6e895b05ab7c
Add pylint-based lintstack test to tox environment

lintstack is a pylint-based static analysis tool to find bugs
in Python code.

To run the test via tox: $ tox -e pylint
To run the test directly: $ tools/lintstack.sh

Change-Id: If155f47ed84eb820ac505ee741bdd18edd41b1eb
.gitignore
tools/lintstack.py [new file with mode: 0755]
tools/lintstack.sh [new file with mode: 0755]
tox.ini