horizon/openstack_dashboard
Akihiro Motoki 220b1346bd Enable pylint in horizon
tests.py files are excluded from targets checked by pylint
because it takes longer and longer time to check them somehow.

pylint 2.2.x is supported only in Python 3 and we already switched
our pep8 basepython to python3, so pylint and astroid are installed
only for python3. This seems the easiest way to ensure py27 env works.

literal-comparison error in openstack_dashboard/api/nova.py
is also fixed in this commit as it is simple enough.

Change-Id: Ic8868a44b296dba457be721716ca6f9d37ad9369
2019-01-12 22:41:20 +09:00
..
api Enable pylint in horizon 2019-01-12 22:41:20 +09:00
conf Sync nova policy 2018-02-05 05:57:02 +09:00
contrib Delete profiler object when request completes 2018-07-24 12:33:31 +01:00
dashboards Merge "the name needs to be word wrap" 2019-01-10 21:44:11 +00:00
django_pyscss_fix Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
enabled Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
local Merge "Rework old customization templates and add new blocks" 2019-01-05 15:19:06 +00:00
locale Imported Translations from Zanata 2019-01-12 06:57:38 +00:00
management Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
static the name needs to be word wrap 2019-01-07 14:29:44 +08:00
templates Rework old customization templates and add new blocks 2019-01-03 17:45:29 +13:00
templatetags django2: Replace assignment_tag with simple_tag 2018-02-17 01:36:54 +09:00
test Merge "python3: Fix handling of other protocol in SG rule" 2019-01-11 16:26:08 +00:00
themes Rework old customization templates and add new blocks 2019-01-03 17:45:29 +13:00
usage Instances column is shortened so it fits properly 2018-12-18 10:01:56 +00:00
utils Get rid of keys() usage 2018-11-30 11:15:27 +00:00
wsgi Create new wsgi.py file and deprecate old file 2018-05-15 01:41:01 +00:00
.eslintrc Add selective ESLint rule activation for Horizon Legacy JS 2015-07-08 17:06:15 -07:00
__init__.py
context_processors.py SHOW_KEYSTONE_V2_RC defaults to False 2018-12-23 04:02:22 +09:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py
karma.conf.js Makes the xstatic files lookup dynamic in the tests 2017-07-27 10:01:33 -04:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Merge "SHOW_KEYSTONE_V2_RC defaults to False" 2019-01-03 11:47:40 +00:00
theme_settings.py Drop deprecated settings 2018-03-23 18:37:02 +09:00
urls.py Fix Angular errors in openstack_auth 2018-03-17 18:36:01 +09:00
views.py force plain text for header response 2018-08-06 19:57:59 +03:00
wsgi.py Fixed path after moving wsgi/django.wsgi to wsgi.py 2018-09-06 12:05:37 +02:00