pylint: Move expected-line-ending-format to config.
This commit is contained in:
parent
41b9fd7853
commit
5dc891f207
@ -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
|
||||
|
8
tox.ini
8
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user