xenserver / status-report

Program that gathers data for xenserver host diagnostics
GNU Lesser General Public License v2.1
1 stars 9 forks source link

Add .github/workflows/main.yml to run python2 pylint --py3k checks #10

Closed bernhardkaindl closed 1 year ago

bernhardkaindl commented 1 year ago

This enables pylint's checks to detect Python2 to Python3 migration problems in CI using python2 pylint's specific python3 migration checks.

Note: Those had been deemed obsolete and removed in the later python3 pylint, so they only exist in the specific older pylint which runs on and still supports python2 code.

Also add the needed .pylintrc for python2 pylint --py3k checks.