This is a patch series that fixes actual issues and silences
some false positives that the quiet pylint run finds. After
this patch, a command

utils/check_patch.py --full --yes

Returns no problems, so the script is now more usable,
since now new, likely to be real issues will be caught
way more easily.

Lucas Meneghel Rodrigues (12):
  utils/check_patch.py: Remove Makefile from checks
  frontend/tko/rpc_interface.py: Remove duplicate function
  installation_support/setup.py: Get rid of package_data
  client.net.net_utils: Fix some problems found by pylint
  server/hosts/factory.py: Disabling undefined variable pylint error
  database_legacy/autotest-upgrade-db: Fixing another rename mistake
  frontend.shared.resource_lib: Ignore false negatives from pylint
  run_pylint: Ignore error I0011 on quiet runs
  base_job: Ignore pylint warning
  tko/nightly.py: Remove irrelevant file
  pylint: Disable some E0611 false positives
  client.shared.test_utils.unittest: Clear E0213 false positive

 client/job.py                        |   4 +
 client/net/net_utils.py              |  20 +-
 client/partition.py                  |   2 +
 client/shared/base_job.py            |   5 +-
 client/shared/base_job_unittest.py   |   4 +
 client/shared/mail_unittest.py       |   2 +
 client/shared/test_utils/unittest.py |   3 +-
 client/shared/utils.py               |   2 +
 client/utils.py                      |   2 +
 database_legacy/autotest-upgrade-db  |   2 +-
 frontend/shared/resource_lib.py      |   4 +
 frontend/tko/rpc_interface.py        |   5 -
 installation_support/setup.py        |   6 -
 server/frontend.py                   |   2 +
 server/hosts/factory.py              |   6 +-
 server/utils.py                      |   2 +
 tko/nightly.py                       | 789 -----------------------------------
 utils/check_patch.py                 |   4 +-
 utils/run_pylint.py                  |   2 +-
 19 files changed, 51 insertions(+), 815 deletions(-)
 delete mode 100644 tko/nightly.py

-- 
1.8.1.4

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to