added deeper path in lint.sh
This commit is contained in:
parent
3f2cd652d4
commit
9f97213ec5
|
@ -3,7 +3,7 @@
|
|||
# Hat tip to @dfalling
|
||||
# https://forum.rescript-lang.org/t/rescript-9-1-how-can-we-format-to-standard-out/1590/2?u=quinn-dougherty
|
||||
|
||||
files=`ls src/rescript/**/*.res src/rescript/*.res`
|
||||
files=`ls src/rescript/**/**/*.res src/rescript/**/*.res src/rescript/*.res`
|
||||
errors=false
|
||||
for file in $files
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue
Block a user