mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
make: fix lint target after latest additions
This commit is contained in:
parent
ebaef43b60
commit
7717d7366c
3
Makefile
3
Makefile
@ -172,7 +172,8 @@ lint: force
|
||||
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
|
||||
! -name "*.otf" ! -name "*.png" ! -name "*.js" \
|
||||
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \
|
||||
! -name "*.tgz" -type f -print0 | xargs -0 -n1 php -l
|
||||
! -name "*.tgz" ! -name "*.xml.dist" \
|
||||
-type f -print0 | xargs -0 -n1 php -l
|
||||
|
||||
sweep: force
|
||||
find ${.CURDIR}/src ! -name "*.min.*" ! -name "*.svg" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user