Framework: because XML in shell scripts is so modern...

This commit is contained in:
Franco Fichtner 2017-03-27 22:30:00 +02:00
parent 2c9c63c8d9
commit 7d82710418

View file

@ -223,7 +223,7 @@ lint: check
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
! -name "*.otf" ! -name "*.png" ! -name "*.js" \
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \
! -name "*.tgz" ! -name "*.xml.dist" \
! -name "*.tgz" ! -name "*.xml.dist" ! -name "*.sh" \
-type f -print0 | xargs -0 -n1 php -l
sweep: check