check hard tabs also in .i and .cs files

This commit is contained in:
Zhou Wang 2017-08-02 14:21:29 +02:00
Родитель ce75d260d7
Коммит 4d99e17dc0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ checkEmptyStdout \
"git ls-tree: path names will illegal characters encountered:"
checkEmptyStdout \
"git grep -l \$'\t' $gitTree -- *.cpp *.h *.cu *.bat *.bs CNTK.Cpp.props | cut -d: -f2-" \
"git grep -l \$'\t' $gitTree -- *.cpp *.h *.cu *.bat *.bs CNTK.Cpp.props *.i *.cs | cut -d: -f2-" \
"files with hard tabs encountered"
checkEmptyStdout \