jive
Code
Branches
Tags
Commits
main
jive
/
bin
/
style
Top
1
#!/bin/sh
2
set -e
3
4
cd "$(dirname "$0")/.."
5
6
bundle exec rubocop "$@"