asciinema.org/script/check-style.sh
2012-03-13 22:16:51 +01:00

5 lines
194 B
Bash
Executable File

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