From d75fafa88ff3d50a1b76e0ed4fcfaf8351f00e4e Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Thu, 9 May 2013 21:31:23 -0400 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1