[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:
Goutham Pacha Ravi 2019-02-19 11:01:34 -08:00
parent 3017c3239e
commit 6a6d813bb3
2 changed files with 0 additions and 8 deletions

2
.gitignore vendored
View File

@ -29,8 +29,6 @@ keys
local_settings.py
subunit.log
tools/conf/manila.conf*
tools/lintstack.head.py
tools/pylint_exceptions
tags
# Files created by Sphinx build
doc/build

View File

@ -109,12 +109,6 @@ deps = -r{toxinidir}/requirements.txt
whitelist_externals = bash
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]
basepython = python3
# This environment is called from CI scripts to test and publish