active_model_serializers/bin
Benjamin Fleischer a36b25d2db Add rubocop binstub that rspects file patterns
Best of both worlds!

(Because you can't override the default rubocop includes)

The binstub basically, lets me safely `rubocop test/foo_test.rb`
instead of `bundle exec rubocop test/foo_test.rb`

```bash
  # ~/.profile
  # https://twitter.com/tpope/status/165631968996900865
  # tl;dr `mkdir .git/safe` to add `bin` to path, e.g. `bin/rails`
  PATH=".git/safe/../../bin:$PATH"
```
2017-03-12 15:50:05 -05:00
..
bench Add rails_version to output 2016-03-13 14:29:29 -05:00
bench_regression Add benchmark regression runner 2016-03-13 13:59:56 -05:00
rubocop Add rubocop binstub that rspects file patterns 2017-03-12 15:50:05 -05:00
serve_benchmark Rename dummy to benchmark 2016-03-09 22:06:42 -06:00