.rubocop.yml in cli-kit-3.0.0 vs .rubocop.yml in cli-kit-3.0.1

- old
+ new

@@ -3,9 +3,13 @@ AllCops: Exclude: [ 'gen/template/**/*' ] TargetRubyVersion: 2.3 +Style/ClassAndModuleChildren: + Exclude: + - lib/cli/kit/support/test_helper.rb + Style/FrozenStringLiteralComment: Enabled: false Shopify/RubocopComments: Enabled: false