summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlilintan <lintan.li@easystack.cn>2016-07-11 05:06:32 -0400
committerlilintan <lintan.li@easystack.cn>2016-07-11 05:06:32 -0400
commit92c134fe694d0a538ae0d7eaa36210df264c2e16 (patch)
tree3721a8f37bb02c017faed8fd75d1caf9c037f869
parentcad88bc8aace6728a2bd0da2cf7a45a22b1302e6 (diff)
downloadpycadf-92c134fe694d0a538ae0d7eaa36210df264c2e16.tar.gz
Don't include openstack/common in flake8 exclude list
The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I52f0a8a12c37615669853535bff403c2728aee43
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2024e4a..91d19d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,7 +40,7 @@ show-source = True
# D400: First line should end with a period
# D401: First line should be in imperative mood
ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401
-exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common
+exclude = .tox,dist,doc,*.egg,build
[hacking]
import_exceptions =