Merge "Also check bin/ for tabs"
This commit is contained in:
commit
56d0dfc27b
@ -204,7 +204,7 @@ done
|
||||
|
||||
echo "Checking indents..."
|
||||
|
||||
for i in $(find elements -type f -and -name '*.rst' -or -type f -executable); do
|
||||
for i in $(find bin elements -type f -and -name '*.rst' -or -type f -executable); do
|
||||
# Check for tab indentation
|
||||
if ! excluded tabindent; then
|
||||
if grep -q $'^ *\t' ${i}; then
|
||||
|
Loading…
Reference in New Issue
Block a user