Sha256: ba5121f159afec926205ed916a8ba048a2b51b7125bf34cc3b5c5f3b12c40248

Contents?: true

Size: 948 Bytes

Versions: 3

Compression:

Stored size: 948 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rails
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/**/*
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Layout:
  Exclude:
    - config/environments/*
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

3 entries across 3 versions & 1 rubygems

Version Path
bankai-0.5.0 templates/rubocop.yml.erb
bankai-0.4.1 templates/rubocop.yml.erb
bankai-0.4.0 templates/rubocop.yml.erb