.rubocop.yml in graph_attack-2.3.0 vs .rubocop.yml in graph_attack-2.3.1

- old
+ new

@@ -4,10 +4,14 @@ AllCops: TargetRubyVersion: 2.7 DisplayCopNames: true NewCops: enable + Exclude: + - bin/rake + - bin/rspec + - bin/rubocop # Do not sort gems in Gemfile, since we are grouping them by functionality. Bundler/OrderedGems: Enabled: false @@ -35,12 +39,9 @@ Max: 15 # Limit line length. Layout/LineLength: Max: 80 - Exclude: - - bin/rake - - bin/rubocop # Allow ASCII comments (e.g "…"). Style/AsciiComments: Enabled: false