Skip to content

Commit b9589a0

Browse files
committed
Remove unused pylint
This is not used in gate and is mostly unmaintained. So, removing for tidying up. Change-Id: Iae570c57d7727903f18c9f7a3f17b17c04cb942d
1 parent cbe80a9 commit b9589a0

File tree

6 files changed

+0
-270
lines changed

6 files changed

+0
-270
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ ChangeLog
4141
.idea
4242
.DS_Store
4343
etc/mistral.conf
44-
tools/lintstack.head.py
45-
tools/pylint_exceptions
4644

4745
# Files created by releasenotes build
4846
releasenotes/build

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
44
hacking<0.11,>=0.10
5-
pylint==1.4.5 # GPLv2
65
python-openstackclient>=3.3.0 # Apache-2.0
76
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
87
mock>=2.0 # BSD

tools/lintstack.py

Lines changed: 0 additions & 199 deletions
This file was deleted.

tools/lintstack.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

tools/run_pylint

Lines changed: 0 additions & 3 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ commands =
4343
rm -rf doc/source/apidoc doc/source/api
4444
python setup.py build_sphinx
4545

46-
[testenv:pylint]
47-
setenv = VIRTUAL_ENV={envdir}
48-
commands = bash tools/lintstack.sh
49-
5046
[flake8]
5147
show-source = true
5248
builtins = _

0 commit comments

Comments
 (0)