aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/mbb/prellbock.uv.png
diff options
context:
space:
mode:
Diffstat (limited to 'assets/blender/mbb/prellbock.uv.png')
0 files changed, 0 insertions, 0 deletions
t;$f") || true) if ! [ -z "$d" ]; then whitelisted=$(awk '$1 == "'$f'" { print 1 }' "$CLANG_FORMAT_WHITELIST") # If file is not whitelisted, mark a failure if [ -z ${whitelisted} ]; then errorcount=$((errorcount+1)) printf "The file %s is not compliant with the coding style" "$f" if [ ${errorcount} -gt 50 ]; then printf "\nToo many errors encountered previously, this diff is hidden.\n" else printf ":\n%s\n" "$d" fi fail=1 fi fi done if [ "$fail" = 1 ]; then echo "LINT reports failure." exit 1 fi echo "LINT OK" }