mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: fix lint pass due to *.tgb file
This commit is contained in:
parent
35478a8f94
commit
92c7681c87
2
Makefile
2
Makefile
@ -294,7 +294,7 @@ lint: plist-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 "*.tgb" \
|
||||
-type f -print0 | xargs -0 -n1 php -l
|
||||
|
||||
sweep:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user