pylint: Move expected-line-ending-format to config.

This commit is contained in:
Florian Bruhin 2015-11-30 20:17:27 +01:00
parent 41b9fd7853
commit 5dc891f207
2 changed files with 5 additions and 4 deletions

View File

@ -49,6 +49,7 @@ docstring-min-length=3
[FORMAT]
max-line-length=79
ignore-long-lines=<?https?://
expected-line-ending-format=LF
[SIMILARITIES]
min-similarity-lines=8

View File

@ -110,8 +110,8 @@ deps =
requests==2.8.1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no --expected-line-ending-format=LF
{envpython} scripts/dev/run_pylint_on_tests.py --output-format=colorized --reports=no --expected-line-ending-format=LF
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
{envpython} scripts/dev/run_pylint_on_tests.py --output-format=colorized --reports=no
[testenv:pylint-tip]
basepython = python3
@ -125,8 +125,8 @@ deps =
hg+https://bitbucket.org/logilab/pylint
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no --expected-line-ending-format=LF
{envpython} scripts/dev/run_pylint_on_tests.py --output-format=colorized --reports=no --expected-line-ending-format=LF
{envpython} -m pylint scripts qutebrowser --output-format=colorized --reports=no
{envpython} scripts/dev/run_pylint_on_tests.py --output-format=colorized --reports=no
[testenv:pep257]
basepython = python3