From 420b3eaa79f63531a0102fb0003841d82aa93883 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 22 Sep 2015 16:09:10 +0100 Subject: [PATCH] flake: Restrict flake to the patchwork directory Right now flake will inspect everything in the root directory. We can avoid a bit of work, telling it to only look at the patchwork/ directory. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 53d067e1..d7eb5b0b 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ passenv = [testenv:pep8] basepython = python2.7 deps = flake -commands = flake8 {posargs} +commands = flake8 {posargs} patchwork [flake8] ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405 -- 2.47.3