.rubocop.yml in companies_house_hub-0.0.5 vs .rubocop.yml in companies_house_hub-0.0.6
- old
+ new
@@ -28,5 +28,9 @@
Exclude:
- spec/data/*
RSpec/ExampleLength:
Max: 100
+
+# To be compatible with older versions of ruby
+Performance/RegexpMatch:
+ Enabled: false