Make sure only "lib" and "bin" are searched and "target" dirs are ignores

This commit is contained in:
Matthias Beyer 2018-02-12 11:35:08 +01:00
parent b586e13a98
commit f7d88e3ba8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ check() {
} }
} }
find -name "*.rs" -type f | while read filename; do find lib bin -name "*.rs" -type f | grep -v target | while read filename; do
check "$filename" 2 \ check "$filename" 2 \
"imag - the personal information management suite for the commandline" \ "imag - the personal information management suite for the commandline" \
"Description line" \ "Description line" \