d75fafa88f
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
29 lines
283 B
Plaintext
29 lines
283 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
*.swp
|
|
.cinder-venv
|
|
.coverage
|
|
.tox
|
|
.venv
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
tools/conf/cinder.conf*
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|