From ab75fbb673e1298eade55367d3605ad4101ae829 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 6 May 2019 07:40:46 +0200 Subject: [PATCH] make: add the glue for extended style sweep default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fe379ff6..dcef61480 100644 --- a/Makefile +++ b/Makefile @@ -345,7 +345,7 @@ sweep: find ${.CURDIR} -type f -depth 1 -print0 | \ xargs -0 -n1 ${.CURDIR}/Scripts/cleanfile -STYLEDIRS?= src/etc/inc/plugins.inc.d src/opnsense +STYLEDIRS?= src/etc/inc src/opnsense style-python: want-py${CORE_PYTHON2}-pycodestyle @pycodestyle --ignore=E501 ${.CURDIR}/src || true