.rubocop.yml in rbs_activesupport-1.1.0 vs .rubocop.yml in rbs_activesupport-1.2.0

- old
+ new

@@ -1,8 +1,11 @@ AllCops: TargetRubyVersion: 2.7 +Layout/LeadingCommentSpace: + Enabled: false + Metrics/AbcSize: Max: 25 Exclude: - "lib/rbs_activesupport/ast.rb" @@ -19,9 +22,15 @@ Metrics/MethodLength: Max: 30 Exclude: - "lib/rbs_activesupport/ast.rb" + +Style/AccessorGrouping: + Enabled: false + +Style/CommentedKeyword: + Enabled: false Style/Documentation: Enabled: false Style/StringLiterals: