.rubocop.yml in rubocop-bitcrowd-1.3.0 vs .rubocop.yml in rubocop-bitcrowd-2.0.0

- old
+ new

@@ -1,11 +1,14 @@ AllCops: + # Additional exclude patterns for files that should not be analyzed. + # These extend the default RuboCop exclude patterns: + # https://github.com/rubocop-hq/rubocop/blob/master/config/default.yml Exclude: - - 'node_modules/**/*' - - 'vendor/bundle/**/*' - 'script/**/*' - 'db/schema.rb' - DisplayCopNames: true + - 'tmp/**/*' + - 'storage/**/*' + - 'log/**/*' DisplayStyleGuide: true Documentation: Enabled: false