Просмотр исходного кода

test: tell lolbot to fix jnat's code, too.

legacy
Sam Hocevar sam 12 лет назад
Родитель
Сommit
1bf56e9a6b
1 измененных файлов: 4 добавлений и 1 удалений
  1. +4
    -1
      build/check-source.sh

+ 4
- 1
build/check-source.sh Просмотреть файл

@@ -74,9 +74,12 @@ fi

for file in $FILES; do
case "$file" in
src/bullet/*|contrib/*|people/*|*/generated/*)
src/bullet/*|contrib/*|*/generated/*)
: # These files aren't ours, don't fix
;;
people/peeweek/*|people/touky/*)
: # Don't harass these people
;;
*.c|*.cpp|*.h|*.l|*.y)
clean=true



Загрузка…
Отмена
Сохранить