[anaconda:master 0/3] Using a pointless overrides checker (v2)

mulhern amulhern at redhat.com
Fri Dec 5 14:31:45 UTC 2014


The first two patches are the same as the equivalent from previous version.

The last patch substitutes for the previous "Factor computation of paths..."
patch.

mulhern (3):
  Add a simple pointless-override checker to pylint checkers.
  Remove pointless overrides identified by the pointless override
    checker.
  Remove UserInterface.basepath and UserInterface.basemask definitions.

 pyanaconda/bootloader.py            |   3 -
 pyanaconda/installclasses/fedora.py |   2 -
 pyanaconda/installclasses/rhel.py   |   1 -
 pyanaconda/packaging/dnfpayload.py  |   3 -
 pyanaconda/ui/__init__.py           |   3 -
 pyanaconda/ui/tui/tuiobject.py      |   9 --
 tests/pylint/intl.py                |   2 -
 tests/pylint/pointless-override.py  | 252 ++++++++++++++++++++++++++++++++++++
 tests/pylint/pylint-one.sh          |   2 +-
 9 files changed, 253 insertions(+), 24 deletions(-)
 create mode 100644 tests/pylint/pointless-override.py

-- 
1.9.3



More information about the anaconda-patches mailing list