.rubocop.yml in alba-0.11.0 vs .rubocop.yml in alba-0.11.1

- old
+ new

@@ -16,13 +16,10 @@ # Oneline comment is not valid so until it gets valid, we disable it Bundler/GemComment: Enabled: false -Layout/ClassStructure: - Enabled: true - Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Layout/MultilineAssignmentLayout: EnforcedStyle: same_line @@ -36,15 +33,13 @@ Metrics/MethodLength: Max: 15 Style/ConstantVisibility: - Enabled: false + Exclude: + - 'lib/alba/version.rb' Style/Copyright: - Enabled: false - -Style/DocumentationMethod: Enabled: false Style/FrozenStringLiteralComment: Enabled: false