Procházet zdrojové kódy

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

legacy
Sam Hocevar sam před 12 roky
rodič
revize
1bf56e9a6b
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      build/check-source.sh

+ 4
- 1
build/check-source.sh Zobrazit soubor

@@ -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



Načítá se…
Zrušit
Uložit