Go to file
Al Bailey f6e716647f Increase scope of pep8 checks for sysinv
pep8/flake8 was not using hacking, which is the openstack
utility that checks for coding style.

This submission adds hacking to the pep8/flake8 check.
As a result, more error types are discovered.
Those new errors are added to the suppression list,
and can be cleaned up by a subsequent submission.

Those codes are:
 H301: one import per line
 H306: imports not in alphabetical order
 H501: Do not use self.__dict__ for string formatting

All of the codes that were previously cleaned up have been
removed from the tox.ini file.

Story: 2002803
Task: 27674
Change-Id: I9c7e7c8a5ae34e4aed39925331c196715b40834f
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-10-25 14:30:58 -05:00
2018-10-24 10:00:33 -05:00
2018-10-24 10:00:33 -05:00
2018-09-21 16:08:09 -05:00
2018-05-31 07:35:52 -07:00

stx-config

StarlingX Configuration Management

Description
StarlingX System Configuration Management
Readme 106 MiB
Languages
Python 98%
Shell 1.6%
CSS 0.2%