.rubocop.yml in eml-2.0.0 vs .rubocop.yml in eml-2.1.0
- old
+ new
@@ -2,9 +2,11 @@
- rubocop-performance
- rubocop-rspec
AllCops:
TargetRubyVersion: 2.6.4
+ Exclude:
+ - bin/**/*
Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation
Layout/DotPosition: