mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Framework: because XML in shell scripts is so modern...
This commit is contained in:
parent
2c9c63c8d9
commit
7d82710418
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue