Dan Kenigsberg has submitted this change and it was merged. Change subject: lint: providing a default pylintrc ......................................................................
lint: providing a default pylintrc We can use pylint to enable some further checks on the codebase. This can help up to have a cleaner codebase. The proposed pylintrc is adapted from the one used by the Python language to let us use java-like coding conventions for functions, methods and such. Change-Id: Ia41d2bf225e0b5e47a0e2718b906fbd44f5a54e9 Signed-off-by: Giuseppe Vallarelli <[email protected]> Reviewed-on: http://gerrit.ovirt.org/17772 Reviewed-by: Sandro Bonazzola <[email protected]> Reviewed-by: Antoni Segura Puimedon <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- A pylintrc M vdsm/API.py 2 files changed, 321 insertions(+), 0 deletions(-) Approvals: Sandro Bonazzola: Looks good to me, but someone else must approve Giuseppe Vallarelli: Verified Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17772 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia41d2bf225e0b5e47a0e2718b906fbd44f5a54e9 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: Martin Sivák <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
