Merge "Handle file magic type varying order matching"
This commit is contained in:
commit
9dedca018f
@ -84,7 +84,7 @@ for i in $(find elements -type f \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure 4 spaces indent are used
|
# Ensure 4 spaces indent are used
|
||||||
if [ "$(file -b --mime-type $i)" = "text/x-python" ]; then
|
if [[ "$(file -b -k --mime-type $i)" =~ "text/x-python" ]]; then
|
||||||
flake8 $i || error "$i failed flake8"
|
flake8 $i || error "$i failed flake8"
|
||||||
else
|
else
|
||||||
if ! excluded indent ; then
|
if ! excluded indent ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user