.rubocop_todo.yml in crunchbase4-0.1.1 vs .rubocop_todo.yml in crunchbase4-0.1.2
- old
+ new
@@ -33,8 +33,13 @@
Metrics/BlockLength:
Max: 200
Exclude:
- spec/entities/client_spec.rb
+ - spec/client_spec.rb
Layout/LineLength:
Max: 200
+
+Metrics/ModuleLength:
+ Exclude:
+ - lib/crunchbase/utilities/veriables.rb