summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2015-12-21 20:24:34 -0500
committerRussell Bryant <russell@ovn.org>2016-01-05 18:13:46 -0500
commit115d8719dbfda638b0f26593e1df5bb354aaacd4 (patch)
tree36f5736a33bfe5ba2e2cbd5b8140ef99a302a71c /configure.ac
parent1e289cffd00fa6bff06ec47d320bd0be5e8209ce (diff)
downloadopenvswitch-115d8719dbfda638b0f26593e1df5bb354aaacd4.tar.gz
python: Run flake8 at build time.
If flake8 is installed, run it at build time. Similar to most Makefile targets, run it once and then only run again if the files change. flake8 is set to ignore all error and warning types that currently occur. Future patches will remove items from the ignore list as they are resolved. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8418aeabb..49aa182d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,7 @@ OVS_CHECK_OPENSSL
OVS_CHECK_LIBCAPNG
OVS_CHECK_LOGDIR
OVS_CHECK_PYTHON
+OVS_CHECK_FLAKE8
OVS_CHECK_DOT
OVS_CHECK_IF_PACKET
OVS_CHECK_IF_DL