.rubocop.yml in phony_rails-0.14.6 vs .rubocop.yml in phony_rails-0.14.7
- old
+ new
@@ -1,3 +1,5 @@
inherit_from: .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.0
+ TargetRubyVersion: 2.3
+Metrics/BlockLength:
+ ExcludedMethods: ['describe', 'context', 'define', 'shared_examples_for']