remove references to pylint.conf, replace them with pylintrc

This commit is contained in:
ndparker 2014-10-25 17:20:01 +02:00
parent f54f9c6512
commit 3f9612409b
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ def run(config, *args):
return 2
if config is None:
config = _shell.native('pylint.conf')
config = _shell.native('pylintrc')
argv = [
'--rcfile', config,
'--reports', 'no',

View File

@ -220,7 +220,7 @@ def run(config, *args):
return 2
if config is None:
config = _shell.native('pylint.conf')
config = _shell.native('pylintrc')
argv = [
'--rcfile', config,
'--reports', 'no',