config/default.yml in ezcater_rubocop-0.50.2.rc0 vs config/default.yml in ezcater_rubocop-0.50.2.rc1
- old
+ new
@@ -1,4 +1,8 @@
+Ezcater/PrivateAttr:
+ Description: 'Require methods from the private_attr gem'
+ Enabled: true
+
Ezcater/RspecDotNotSelfDot:
Description: 'Enforce ".<class method>" instead of "self.<class method>" for example group description.'
Enabled: true
Include:
- '**/*_spec.rb'