pylint: update pylintrc based on the template from pylint 0.23.0
authorW. Trevor King <wking@tremily.us>
Sun, 11 Nov 2012 16:20:57 +0000 (11:20 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 11 Nov 2012 21:18:55 +0000 (16:18 -0500)
commitbaae0536313e21d9680992d7f69371b6cae80195
treebe7cd1ae7b832d7a617364e5f7ce417b4225316a
parent1efe0ac51a0790d302d9d9c9151015ac1e199827
pylint: update pylintrc based on the template from pylint 0.23.0

The previous version of pylintrc defined MASTER.ignore twice, which is
illegal in Python 3:

  $ pylint --rcfile=pylintrc pym/gentoolkit/helpers.py
  Traceback (most recent call last):
    ...
  configparser.DuplicateOptionError: While reading from pylintrc [line 24]:
    option 'ignore' in section 'MASTER' already exists

I kept other option values unchanged from the old pylintrc, and added
"# was ..." comments for each non-default value.
pylintrc