mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: exclude txz archives
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ lint-php: check
|
||||
! -name "*.xml" ! -name "*.xml.sample" ! -name "*.eot" \
|
||||
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
|
||||
! -name "*.otf" ! -name "*.png" ! -name "*.js" ! -name "*.md" \
|
||||
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \
|
||||
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" ! -name "*.txz" \
|
||||
! -name "*.tgz" ! -name "*.xml.dist" ! -name "*.sh" \
|
||||
-type f -print0 | xargs -0 -n1 php -l
|
||||
|
||||
|
||||
Reference in New Issue
Block a user