.rubocop.yml in bcdd-result-0.1.0 vs .rubocop.yml in bcdd-result-0.2.0
- old
+ new
@@ -16,7 +16,11 @@
AllowBeforeTrailingComments: true
Style/ClassAndModuleChildren:
Enabled: false
+Naming/MethodName:
+ Exclude:
+ - lib/bcdd/resultable.rb
+
Minitest/MultipleAssertions:
Enabled: false