cinder/tools
Michał Dulko 073d824deb Cleanup lintstack exceptions related to objects
Pylint doesn't like our cinder.objects namespace that is populated
dynamically and shows numerous errors for non-existing members of that
namespace. To fight this we've added multiple pylint exceptions like
"Module 'cinder.objects' has no 'Backup' member". New additions were
needed in case of new objects introduction or first usages of them.

This commit switches these exceptions to a regexp to make sure no new
additions will be needed in the future. Furthermore it moves some
non-object related messages into a general exception list.

Change-Id: I6252d3447f8793d4acd666265a59887e637ce614
2016-09-27 10:24:54 +02:00
..
config Add sample config file to cinder docs 2016-05-17 08:52:21 -05:00
check_exec.py Detect addition of executable files 2015-08-31 12:19:51 -04:00
colorizer.py Don't use dict.iterkeys() 2015-05-25 22:20:28 +02:00
enable-pre-commit-hook.sh Replace OpenStack LLC with OpenStack Foundation 2016-07-26 15:34:53 +05:30
fast8.sh Fix tox -e fast8 2016-01-08 11:05:44 -05:00
generate_driver_list.py Add CI wiki page to driver listing 2016-08-12 13:12:11 +05:30
install_venv.py Remove vim header 2013-12-30 18:53:02 -06:00
install_venv_common.py Sync install_venv_common from oslo-incubator 2014-12-19 14:37:45 -06:00
lintstack.py Cleanup lintstack exceptions related to objects 2016-09-27 10:24:54 +02:00
lintstack.sh Add pylint-based lintstack test to tox environment 2013-05-10 07:22:05 -04:00
with_venv.sh Fix up the test framework 2013-06-14 14:02:17 +00:00