mirror of https://github.com/OpenMW/openmw.git
Merge branch 'cmake_fixes' into 'master'
Formatting and coverage related CMake files fixes See merge request OpenMW/openmw!2811depth-refraction
commit
efebb8efd8
@ -0,0 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
git ls-files -- ':(exclude)extern/' 'CMakeLists.txt' '*.cmake' |
|
||||
xargs grep -P '^\s*\t' &&
|
||||
( echo 'CMake files contain leading tab character. Use only spaces for indentation'; exit -1 )
|
||||
exit 0
|
Loading…
Reference in New Issue