Skip to content

Commit ab32f37

Browse files
author
Huanxuan Ao
committed
Remove an outdated directory in tox.ini
The directory openstack/common from the exclude list of flake8 in tox.ini was used to keep codes from oslo-incubator, but oslo-incubator was retired, so don't use this directory any more. Change-Id: If1ea5dc167cfe4a09aad413b9eab0af807ebe603
1 parent eaee74b commit ab32f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
7777

7878
[flake8]
7979
show-source = True
80-
exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
80+
exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
8181
# If 'ignore' is not set there are default errors and warnings that are set
8282
# Doc: http://flake8.readthedocs.org/en/latest/config.html#default
8383
ignore = __

0 commit comments

Comments
 (0)