Explorar el Código

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

legacy
Sam Hocevar sam hace 12 años
padre
commit
1bf56e9a6b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      build/check-source.sh

+ 4
- 1
build/check-source.sh Ver fichero

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



Cargando…
Cancelar
Guardar