Files
monitoring/kube-memory
Fabricio Henrique Ramos 95715f15a4 Add pylint py3 portability checks for the monitoring/kube-memory 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
- W1619: old-division
- W1633: round-builtin

Story: 2006796
Task: 43134

Signed-off-by: Fabricio Henrique Ramos <fabriciohenrique.ramos@windriver.com>
Change-Id: Ib3c97263d34328f6ffc27ef08690d23325654b42
2021-09-13 09:55:08 +00:00
..