[PATCH 0/2] pylint changes for master

Brian C. Lane bcl at redhat.com
Fri Feb 28 19:13:22 UTC 2014


These changes result in an almost clean pylint 1.1.0 run on master -- there is
a bug where it is complaining about an illegal symbol that is picked up by
NetworkManager introspection, dshea is looking into that. These all also work
with pylint 1.0.0

Brian C. Lane (2):
  pylint: change disable-msg to disable
  pylint: Add a pile of new E1101 exceptions

 anaconda                                      |  8 +--
 dracut/parse-kickstart                        | 10 ++--
 dracut/python-deps                            |  4 +-
 pyanaconda/anaconda_log.py                    |  2 +-
 pyanaconda/anaconda_optparse.py               |  2 +-
 pyanaconda/bootloader.py                      |  2 +-
 pyanaconda/constants.py                       |  2 +-
 pyanaconda/constants_text.py                  |  2 +-
 pyanaconda/exception.py                       |  2 +-
 pyanaconda/flags.py                           |  2 +-
 pyanaconda/network.py                         |  4 +-
 pyanaconda/packaging/__init__.py              |  4 +-
 pyanaconda/packaging/tarpayload.py            |  2 +-
 pyanaconda/packaging/yumpayload.py            |  2 +-
 pyanaconda/sitecustomize.py                   |  2 +-
 pyanaconda/threads.py                         |  2 +-
 pyanaconda/ui/common.py                       |  4 +-
 pyanaconda/ui/gui/__init__.py                 |  2 +-
 pyanaconda/ui/gui/spokes/__init__.py          |  4 +-
 pyanaconda/ui/gui/spokes/custom.py            |  2 +-
 pyanaconda/ui/gui/spokes/lib/accordion.py     |  4 +-
 pyanaconda/ui/gui/spokes/lib/cart.py          |  6 +--
 pyanaconda/ui/gui/spokes/lib/detailederror.py |  2 +-
 pyanaconda/ui/gui/spokes/lib/resize.py        |  2 +-
 pyanaconda/ui/gui/spokes/lib/summary.py       |  4 +-
 pyanaconda/ui/gui/spokes/network.py           | 12 ++---
 pyanaconda/ui/gui/spokes/software.py          |  4 +-
 pyanaconda/ui/gui/spokes/source.py            |  6 +--
 pyanaconda/ui/gui/spokes/storage.py           |  4 +-
 pyanaconda/ui/helpers.py                      |  2 +-
 pyanaconda/ui/tui/simpleline/__init__.py      |  4 +-
 pyanaconda/ui/tui/spokes/__init__.py          |  6 +--
 pyanaconda/ui/tui/spokes/source.py            |  4 +-
 scripts/anaconda-yum                          |  4 +-
 tests/glade/markup/check_markup.py            |  2 +-
 tests/pyanaconda_tests/iutil_test.py          | 10 ++--
 tests/pyanaconda_tests/timezone_test.py       |  4 +-
 tests/pylint/markup.py                        |  2 +-
 tests/pylint/pylint-false-positives           | 73 +++++++++++++++++++++++++++
 tests/storage/cases/__init__.py               |  4 +-
 40 files changed, 148 insertions(+), 75 deletions(-)

-- 
1.8.5.3



More information about the anaconda-patches mailing list