asciinema.org/script/check-style.sh

5 lines
207 B
Bash
Raw Normal View History

#!/bin/bash
2012-04-07 22:39:46 +00:00
bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb' && \
bundle exec tailor app && bundle exec tailor lib && bundle exec tailor spec