summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYun Mao <yunmao@gmail.com>2013-05-09 21:31:23 -0400
committerYun Mao <yunmao@gmail.com>2013-05-10 07:22:05 -0400
commitd75fafa88ff3d50a1b76e0ed4fcfaf8351f00e4e (patch)
treedb6ef7d2180ba5157273a40432ed40a8fe92e2e2 /.gitignore
parent116493092cb463761d387bb5c0de6e895b05ab7c (diff)
downloadcinder-d75fafa88ff3d50a1b76e0ed4fcfaf8351f00e4e.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7737ac4af..5c7fdbd5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,4 +23,6 @@ keeper
keys
local_settings.py
tools/conf/cinder.conf*
+tools/lintstack.head.py
+tools/pylint_exceptions
tags