Make sure only "lib" and "bin" are searched and "target" dirs are ignores
This commit is contained in:
parent
b586e13a98
commit
f7d88e3ba8
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
"imag - the personal information management suite for the commandline" \
|
||||
"Description line" \
|
||||
|
|
Loading…
Reference in a new issue