Commit 4425c28e authored by Franco Fichtner's avatar Franco Fichtner

src: extend whitespace sweep to root dir files

parent d137b214
...@@ -298,6 +298,8 @@ sweep: force ...@@ -298,6 +298,8 @@ sweep: force
xargs -0 -n1 scripts/cleanfile xargs -0 -n1 scripts/cleanfile
find ${.CURDIR}/scripts -type f -print0 | \ find ${.CURDIR}/scripts -type f -print0 | \
xargs -0 -n1 scripts/cleanfile xargs -0 -n1 scripts/cleanfile
find ${.CURDIR} -type f -depth 1 -print0 | \
xargs -0 -n1 scripts/cleanfile
style: want-pear-PHP_CodeSniffer style: want-pear-PHP_CodeSniffer
@(phpcs --tab-width=4 --standard=PSR2 ${.CURDIR}/src/opnsense/mvc \ @(phpcs --tab-width=4 --standard=PSR2 ${.CURDIR}/src/opnsense/mvc \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment