guard-rubocop 1.0.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 1.9.3
4
- - 2.0.0
5
- - jruby-19mode
6
- script:
7
- - bundle exec rspec
8
- - bundle exec rubocop
@@ -1,5 +0,0 @@
1
- inherit_from: ../.rubocop.yml
2
-
3
- # Sometimes I want to indicate that “This is a hash” explicitly with #and_return.
4
- BracesAroundHashParameters:
5
- Enabled: false