guard-rubocop 1.0.1 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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