2015-07-21 19:03:12 +02:00

9 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
rake spec || exit 1
# No over-complex methods
./scripts/check_flog || exit 1
# No duplication
./scripts/check_flay