asciinema.org/script/check-style.sh
2012-04-08 00:39:46 +02:00

5 lines
207 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 app && bundle exec tailor lib && bundle exec tailor spec