[pylint] Remove lint tox environment
We don't use the tools/lintstack.py script anymore since its removal in [1], so cleanup the unused tox environment and the gitignore corresponding files. TrivialFix [1] https://review.openstack.org/#/c/609791/ Change-Id: Id2d40c1f9f1ce71a22ba9836b90c3e917171a556
This commit is contained in:
parent
3017c3239e
commit
6a6d813bb3
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,8 +29,6 @@ keys
|
|||||||
local_settings.py
|
local_settings.py
|
||||||
subunit.log
|
subunit.log
|
||||||
tools/conf/manila.conf*
|
tools/conf/manila.conf*
|
||||||
tools/lintstack.head.py
|
|
||||||
tools/pylint_exceptions
|
|
||||||
tags
|
tags
|
||||||
# Files created by Sphinx build
|
# Files created by Sphinx build
|
||||||
doc/build
|
doc/build
|
||||||
|
6
tox.ini
6
tox.ini
@ -109,12 +109,6 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands = bash ./tools/coding-checks.sh --pylint {posargs}
|
commands = bash ./tools/coding-checks.sh --pylint {posargs}
|
||||||
|
|
||||||
[testenv:lint]
|
|
||||||
basepython = python3
|
|
||||||
deps = -r{toxinidir}/requirements.txt
|
|
||||||
pylint==1.9.0
|
|
||||||
commands = python tools/lintstack.py check
|
|
||||||
|
|
||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
# This environment is called from CI scripts to test and publish
|
# This environment is called from CI scripts to test and publish
|
||||||
|
Loading…
Reference in New Issue
Block a user