Browse Source

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

legacy
Sam Hocevar sam 12 years ago
parent
commit
1bf56e9a6b
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      build/check-source.sh

+ 4
- 1
build/check-source.sh View File

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



Loading…
Cancel
Save