[ovs-dev] [PATCH] INSTALL.md: Note use of "hacking" flake8 plugin.

Russell Bryant russell at ovn.org
Fri May 27 21:09:02 UTC 2016


The automatic flake8 check that runs against Python code has some
warnings enabled that come from the "hacking" flake8 plugin.  If it's
not installed, the warnings just won't occur until it's run on a system
with "hacking" installed.

Signed-off-by: Russell Bryant <russell at ovn.org>
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 5b37786..78f3719 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -119,7 +119,7 @@ installing the following to obtain better warnings:
 
   - clang, version 3.4 or later
 
-  - flake8 (for Python code)
+  - “flake8”, along with the “hacking” flake8 plugin (for Python code)
 
 Also, you may find the ovs-dev script found in utilities/ovs-dev.py useful.
 
-- 
2.5.5




More information about the dev mailing list