rubocop.yml in mbs-0.0.2 vs rubocop.yml in mbs-0.0.3
- old
+ new
@@ -9,9 +9,10 @@
- 'spec/**/*'
Metrics/LineLength:
Exclude:
- 'spec/**/*'
+ IgnoreCopDirectives: true
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral: