StarlingX Fault Management
Go to file
albailey 42a9cfa882 Use newer flake8 on python3.8 zuul systems
flake8 2.5.5 fails on ubuntu-focal zuul machines running python3.8
with the following error:
AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'

Fixed:
 E117 over-indented
 E741 ambiguous variable name
 F841 local variable is assigned to but never used

Per-Line-Suppressed:
 E402 module level import not at top of file
 F632 use ==/!= to compare constant literals

Global Suppress:
 W504 line break after binary operator
 W605 invalid escape sequence

The suppressed errors can be fixed by later submissions.

Change-Id: I2df3ece427f0c84ce16c1a82f4d9f0c9a5a6982b
Partial-Bug: 1895054
Signed-off-by: albailey <Al.Bailey@windriver.com>
2020-11-16 13:35:31 -06:00
api-ref/source Switch to newer openstackdocstheme and reno versions 2020-06-04 14:20:25 +02:00
devstack Use DevStack's setup_*() functions for Python packages 2019-05-17 13:11:58 -05:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-04 14:20:25 +02:00
fm-api Use newer flake8 on python3.8 zuul systems 2020-11-16 13:35:31 -06:00
fm-common Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
fm-doc Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
fm-mgr Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
fm-rest-api Use newer flake8 on python3.8 zuul systems 2020-11-16 13:35:31 -06:00
python-fmclient Use newer flake8 on python3.8 zuul systems 2020-11-16 13:35:31 -06:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-04 14:20:25 +02:00
snmp-audittrail Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
snmp-ext Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
.gitignore Create test framework for python with stestr. 2020-01-16 16:45:45 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:34 +00:00
.zuul.yaml Tox and Zuul job for the python code scan in starlingx/fault 2020-04-27 11:14:36 +02:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:00 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:00 -07:00
README.rst Followup opendev cleanup and test jobs 2019-04-20 20:26:25 -05:00
bindep.txt Tox: add tox job and requirements to improve specfiles 2019-07-16 13:15:24 -07:00
centos_build_layer.cfg Build layering, add layer build config file 2019-10-15 19:41:08 +08:00
centos_iso_image.inc Decouple Fault Management from stx-config 2018-08-17 15:25:35 -04:00
centos_pkg_dirs Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
centos_stable_docker_images.inc Create the stable wheel and image build files 2019-03-24 21:08:19 -04:00
centos_stable_wheels.inc Create the stable wheel and image build files 2019-03-24 21:08:19 -04:00
pylint.rc Adding pylint zuul and tox target 2020-03-11 09:05:18 -05:00
requirements.txt Adding pylint zuul and tox target 2020-03-11 09:05:18 -05:00
test-requirements.txt Use newer flake8 on python3.8 zuul systems 2020-11-16 13:35:31 -06:00
tox.ini Use newer flake8 on python3.8 zuul systems 2020-11-16 13:35:31 -06:00

README.rst

fault

StarlingX Fault Management