Files
monitoring/kube-cpusets
Fabricio Henrique Ramos 95f00ae668 Add pylint py3 portability checks for the monitoring/kube-cpusets repo
A lot of work has gone into making sure that StarlingX is python3
compatible. To ensure future compatibility, enable the python3
portability checks. Disable the checks that are raising errors.
Another set of commits will address the offending code.
Add following suppress warnings in pylint.rc:
- W1618: no-absolute-import
- W1636: map-builtin-not-iterating
- W1638: range-builtin-not-iterating

Story: 2006796
Task: 43135
Signed-off-by: Fabricio Henrique Ramos <fabriciohenrique.ramos@windriver.com>
Change-Id: I6ebe9c7215f1e4622a81b0dd79b36cfcc6a7d86f
2021-09-13 09:54:54 +00:00
..