1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +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:
Alexei Kotov 2024-06-12 12:20:23 +00:00
commit a189b6fb88

View File

@ -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