asciinema.org/script/check-style.sh
2012-06-17 20:59:31 +02:00

5 lines
181 B
Bash
Executable File

#!/bin/bash
bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb' && \
bundle exec tailor lib && bundle exec tailor spec