update/cgcs-patch/cgcs-patch
Al Bailey 5d2da5d041 Fix zuul tox flake8 failures from newer version of hacking
A newer version of hacking was released which enables additional
checks and is breaking flake8 and zuul.

Hacking has now been clamped at 2.0.0 in test-requirements.txt
Added the same for patch-alarm, although it was not failing.

The new checks that are fixed are:
 H106: Don't put vim configuration in source files
 W605 invalid escape sequence
 F632 use ==/!= to compare str, bytes, and int literals
 F841 local variable is assigned to but never used

The following flake8 extension check has been removed:
 H904 Delay string interpolations at logging calls

Closes-Bug: 1856585
Change-Id: I8bdc94539f4a6ce243c4e30efc07eed3bad1ce62
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-12-16 09:56:09 -06:00
..
cgcs_make_patch Fix zuul tox flake8 failures from newer version of hacking 2019-12-16 09:56:09 -06:00
cgcs_patch Fix zuul tox flake8 failures from newer version of hacking 2019-12-16 09:56:09 -06:00
cgcs_patch_id Enable Python3 Compatibility 2019-06-06 10:17:52 -04:00
.coveragerc Add initial unit testing to cgcs-patch 2019-06-27 15:46:43 -04:00
.stestr.conf Add initial unit testing to cgcs-patch 2019-06-27 15:46:43 -04:00
LICENSE StarlingX open source release updates 2018-05-31 07:37:12 -07:00
pylint.rc Address python3 pylint errors and warnings 2019-12-05 14:51:48 +00:00
pylint_make_patch.rc Cleaning up pylint settings for cgcs patch 2019-12-04 13:58:14 -06:00
requirements.txt Add test framework for patch alarm manager 2019-06-28 17:03:00 -04:00
setup.cfg Add initial unit testing to cgcs-patch 2019-06-27 15:46:43 -04:00
setup.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
test-requirements.txt Fix zuul tox flake8 failures from newer version of hacking 2019-12-16 09:56:09 -06:00
tox.ini Fix zuul tox flake8 failures from newer version of hacking 2019-12-16 09:56:09 -06:00