Sha256: 83fb51e919560031030291cdf2fc3ff570d12cc1c735bd1993342d08b7504478
Contents?: true
Size: 1012 Bytes
Versions: 2
Compression:
Stored size: 1012 Bytes
Contents
require: - rubocop-performance - rubocop-rails - rubocop-rspec AllCops: TargetRubyVersion: <%= RUBY_VERSION %> DisplayCopNames: true Exclude: - bin/* - vendor/ruby/**/* - node_modules/**/* - db/schema.rb - .licenses/**/* Rails: Enabled: true Rails/UnknownEnv: Environments: - production - staging - development - test Metrics: Exclude: - db/migrate/* - Rakefile - Gemfile - config/**/* - spec/**/* - lib/tasks/**/* Metrics/BlockLength: Exclude: - config/environments/* - lib/tasks/**/* - spec/**/* Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Layout: Exclude: - config/environments/* Layout/LineLength: Max: 120 Style: Exclude: - spec/*_helper.rb Style/BlockComments: Exclude: - config/**/* - spec/**/* Style/Documentation: Enabled: false Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bankai-0.7.0 | templates/rubocop.yml.erb |
bankai-0.6.0 | templates/rubocop.yml.erb |