ソースを参照

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

legacy
Sam Hocevar sam 13年前
コミット
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



読み込み中…
キャンセル
保存