.rubocop.yml in validates_host-1.2.0 vs .rubocop.yml in validates_host-1.3.0
- old
+ new
@@ -1,6 +1,10 @@
require: rubocop-rspec
+AllCops:
+ TargetRubyVersion: 2.0
+ NewCops: enable
+
Layout/EmptyLinesAroundAttributeAccessor:
Enabled: true
Layout/LineLength:
Max: 150