horizon/horizon
Akihiro Motoki 6ce323307d pylint: fixes several errors
openstack_dashboard/hooks.py:16:0: E0611: No name 'command' in module 'distutils' (no-name-in-module)

openstack_dashboard/dashboards/project/networks/ports/sg_base.py:52:12: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)
BaseSecurityGroupsAction._get_initial_security_groups() is now marked
as abstract method because this method must be implemented in subclasses.
BaseSecurityGroupsAction.handle() is now dropped because there is
no difference from the parent class (horizon.workflows.Action).

openstack_auth/views.py:211:4: E1206: Not enough arguments for logging format string (logging-too-few-args)
openstack_auth/views.py:269:8: E1206: Not enough arguments for logging format string (logging-too-few-args)
openstack_auth/plugin/base.py:237:20: E1206: Not enough arguments for logging format string (logging-too-few-args)

horizon/base.py:166:24: E1133: Non-iterable value self.policy_rules is used in an iterating context (not-an-iterable)
horizon/tabs/base.py:489:40: E1133: Non-iterable value self.table_classes is used in an iterating context (not-an-iterable)

Change-Id: I0b045d04af251854b5017c9f698e3b40503a0724
2019-01-16 00:00:07 +09:00
..
browsers Reproduce navigations on refreshing ngdetails view 2018-03-29 15:01:59 +09:00
conf Fix startdash and startpanel management commands 2018-10-29 04:02:16 +09:00
contrib Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
forms pylint: Drop non-existing IPAddressField 2019-01-15 01:07:04 +09:00
hacking Eliminate mutable default arguments 2015-12-17 09:58:46 +00:00
locale Imported Translations from Zanata 2018-12-22 08:18:37 +00:00
management Rename pull_catalog args from version to branch 2018-04-05 14:54:28 +02:00
middleware Change session timeout to an idle timeout value 2018-12-23 09:33:49 +09:00
static Merge "Fixed description in Metadata tab in Edit/Create Image dialog" 2019-01-10 21:44:13 +00:00
tables Merge "pylint: fix several warnings" 2019-01-15 11:22:36 +00:00
tabs pylint: fixes several errors 2019-01-16 00:00:07 +09:00
templates the name needs to be word wrap 2019-01-07 14:29:44 +08:00
templatetags Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
test Provide partial-completed progress bar for DataTable status columns. 2019-01-09 23:58:35 +08:00
utils Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
workflows pylint: Fix consider-using-(dict|set)-comprehension 2019-01-13 00:59:05 +09:00
__init__.py Revert "Enable to refresh ngdetails view" 2017-08-02 18:31:22 +00:00
base.py pylint: fixes several errors 2019-01-16 00:00:07 +09:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py django2: is_authenticated/is_anonymous is now property only 2018-02-17 01:36:54 +09:00
exceptions.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00
karma.conf.js Move to '404' page when resource type or resource not found 2018-08-28 14:15:02 +09:00
loaders.py Django2: Use new custom template loader interface 2018-03-03 07:22:35 +09:00
messages.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
notifications.py Fix W503 warnings 2018-04-11 18:13:47 +09:00
site_urls.py Decorate Javascript i18n with a last_modified header 2019-01-06 17:20:45 +01:00
themes.py Django2: Use new custom template loader interface 2018-03-03 07:22:35 +09:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00