mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Merge branch 'tabs' into 'master'
Remove unused CI/check_tabs.sh script See merge request OpenMW/openmw!4157
This commit is contained in:
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
Block a user