.rubocop.yml in flagsmith-2.0.0 vs .rubocop.yml in flagsmith-3.0.0

- old
+ new

@@ -1,8 +1,11 @@ inherit_from: .rubocop_todo.yml Layout/HashAlignment: AllowMultipleStyles: true - EnforcedColonStyle: separator + EnforcedColonStyle: key AllCops: NewCops: enable SuggestExtensions: false + Exclude: + - 'spec/**/*' + - 'example/**/*'