mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 08:09:42 +00:00
make: lint pass also checks rc.syshook.d now
This commit is contained in:
parent
67b404f552
commit
4728a64a1b
2
Makefile
2
Makefile
@ -317,7 +317,7 @@ lint-xml:
|
||||
SCRIPTDIRS!= find ${.CURDIR}/src/opnsense/scripts -type d -depth 1
|
||||
|
||||
lint-exec:
|
||||
.for DIR in ${.CURDIR}/src/etc/rc.d ${SCRIPTDIRS}
|
||||
.for DIR in ${.CURDIR}/src/etc/rc.d ${.CURDIR}/src/etc/rc.syshook.d ${SCRIPTDIRS}
|
||||
.if exists(${DIR})
|
||||
@find ${DIR} -path '**/htdocs_default' -prune -o -type f \
|
||||
! -name "*.xml" ! -name "*.csv" ! -name "*.sql" -print0 | \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user