2 lines
100 B
Text
2 lines
100 B
Text
|
#!/bin/sh
|
||
|
bundle exec git-format-staged -f "bundle exec rubocop -x -s {} --stderr" "*.rb" --verbose
|