Commit bd934f75 authored by Franco Fichtner's avatar Franco Fichtner

make: lint step for xml was supposed to scan scripts/

(cherry picked from commit 23abe72a)
parent 348a1915
......@@ -253,7 +253,7 @@ upgrade: package
lint: force
find ${.CURDIR}/src ${.CURDIR}/scripts \
-name "*.sh" -type f -print0 | xargs -0 -n1 sh -n
find ${.CURDIR}/src ${.CURDIR}/src \
find ${.CURDIR}/src ${.CURDIR}/scripts \
-name "*.xml" -type f -print0 | xargs -0 -n1 xmllint --noout
find ${.CURDIR}/src \
! -name "*.xml" ! -name "*.xml.sample" ! -name "*.eot" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment