StarlingX Fault Management
Go to file
Al Bailey a40bce19f9 Enable additional flake8 checks
By setting 'hacking' as the dependency, flake8
will include hacking and other checks.
This is the same set used by other openstack
components.

This commit suppresses any of those new checks that
would fail.
 H102  Apache 2.0 license header not found
 H104  File contains nothing but comments
 H105  Don't use author tags
 H233  Python 3.x incompatible use of print operator
 H236  Python 3.x incompatible __metaclass__
 H238  old style class declaration, use new style
 H301  one import per line
 H306  imports not in alphabetical order
 H401  docstring should not start with a space
 H403  multi line docstrings should end on a new line
 H404  multi line docstring should start without a leading new line
 H405  multi line docstring summary not separated with an empty line
 H702  Argument to ... must be a string
 H903  Windows style line endings not allowed in code

At a later time, additional commits will fix and un-suppress them.

Story: 2004515
Task: 29304
Change-Id: I7f9e36cb605e47338dc5d33c94d1c0b09943a38a
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-02-01 17:07:53 -06:00
api-ref/source [Doc] API Content Gaps 2019-01-28 09:12:32 -06:00
devstack [devstack] change libfmcommon path to /usr/local/lib64 2019-01-24 11:13:13 +08:00
doc Clean up and standardize landing pages 2018-12-27 16:59:48 -08:00
fm-api Fix AttributeError: 'str' object has no attribute 'decode' for python3 2019-01-21 14:45:45 +08:00
fm-common fix issue: fmClient segfaults on short string parameter 2019-01-29 02:25:12 +08:00
fm-doc [fm-doc] bug-fix: change a "dictionary" while iterating it 2018-12-20 00:49:21 +00:00
fm-mgr Improve security by avoiding buffer overflows 2019-01-08 09:55:07 -06:00
fm-rest-api Enhance get list APIs for alarms and events 2019-01-25 10:43:57 -05:00
python-fmclient Enhance get list APIs for alarms and events 2019-01-25 10:43:57 -05:00
releasenotes Clean up and standardize landing pages 2018-12-27 16:59:48 -08:00
snmp-audittrail Improve security by avoiding buffer overflows 2019-01-08 09:55:07 -06:00
snmp-ext Standardize makefile for snmp-ext 2019-01-30 12:31:51 -06:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-25 15:55:02 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:00 -07:00
.zuul.yaml change install_non_bb to install target in devstack 2019-01-23 09:38:26 +08: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 StarlingX open source release updates 2018-05-31 07:36:00 -07:00
centos_iso_image.inc Decouple Fault Management from stx-config 2018-08-17 15:25:35 -04:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:06:43 -06:00
centos_pkg_dirs Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
test-requirements.txt Enable additional flake8 checks 2019-02-01 17:07:53 -06:00
tox.ini Enable additional flake8 checks 2019-02-01 17:07:53 -06:00

README.rst

stx-fault

StarlingX Fault Management