Commit 963500ba authored by Franco Fichtner's avatar Franco Fichtner

make: crank whitespace sweep range and apply it to remaining share file(s)

parent a3d5c589
......@@ -18,7 +18,7 @@ lint:
find ${.CURDIR}/src -name "*.php" -print0 | xargs -0 -n1 php -l
sweep:
find ${.CURDIR}/src/www ! -name "*.min.*" ! -name "*.svg" \
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
! -name "*.map" -type f -print0 | \
xargs -0 -n1 scripts/cleanfile
......
......@@ -11611,4 +11611,3 @@ conceived.
</country>
</serviceproviders>
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