mirror of https://github.com/OpenMW/openmw.git
Merge branch 'tabs' into 'master'
Remove unused CI/check_tabs.sh script See merge request OpenMW/openmw!4157pull/3236/head
commit
a189b6fb88
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
OUTPUT=$(grep -nRP '\t' --include=\*.{cpp,hpp,c,h} --exclude=ui_\* apps components)
|
||||
|
||||
if [[ $OUTPUT ]] ; then
|
||||
echo "Error: Tab characters found!"
|
||||
echo $OUTPUT
|
||||
exit 1
|
||||
fi
|
Loading…
Reference in New Issue