9 lines
137 B
Bash
Executable File
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
|