Sha256: dfe8dccb49b61665d0287cd6a3a5cff71c87280e124f18439fa4bba0e639b2be

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rails
  - rubocop-rspec

AllCops:
  TargetRubyVersion: <%= RUBY_VERSION %>
  DisplayCopNames: true
  SuggestExtensions: false
  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/**/*
Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bankai-0.11.0 templates/rubocop.yml.erb
bankai-0.10.0 templates/rubocop.yml.erb
bankai-0.9.1 templates/rubocop.yml.erb
bankai-0.9.0 templates/rubocop.yml.erb