.rubocop.yml in rubocop-bitcrowd-1.1.0 vs .rubocop.yml in rubocop-bitcrowd-1.1.1

- old
+ new

@@ -4,10 +4,11 @@ - '**/Rakefile' - '**/config.ru' - '**/Capfile' Exclude: - 'script/**/*' + - 'db/schema.rb' DisplayCopNames: true DisplayStyleGuide: true Documentation: Enabled: false @@ -77,14 +78,10 @@ Enabled: true Style/MethodCalledOnDoEndBlock: Enabled: true -Style/SpaceInsideBrackets: - Enabled: true - AutoCorrect: true - Style/FrozenStringLiteralComment: Enabled: false Style/MutableConstant: Enabled: true @@ -96,5 +93,9 @@ Enabled: true ExcludedMethods: ['describe', 'context', 'define', 'factory'] Metrics/AbcSize: Enabled: true + +Layout/SpaceInsideBrackets: + Enabled: true + AutoCorrect: true