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