mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 10:09:48 +00:00
CI/check_tabs.sh: remove unused script
This has been superseded by .clang-format
This commit is contained in:
parent
1ed27e1855
commit
e782d07a40
1 changed files with 0 additions and 9 deletions
|
@ -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 a new issue