mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
make: add the glue for extended style sweep default
This commit is contained in:
parent
426061a17b
commit
ab75fbb673
2
Makefile
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user