Sha256: 172664b5862f17cab3a9f9b02f16fcf97d6f69b79525606d875660709a3c5c0a

Contents?: true

Size: 483 Bytes

Versions: 4

Compression:

Stored size: 483 Bytes

Contents

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

inherit_mode:
  merge:
    - Exclude

AllCops:
  NewCops: enable
  TargetRubyVersion: <%= RUBY_VERSION %>
  DisplayCopNames: true
  SuggestExtensions: false
  Exclude:
    - vendor/ruby/**/*
    - node_modules/**/*
    - .licenses/**/*
Rails:
  Enabled: true
Metrics/BlockLength:
  Exclude:
    - db/migrate/*
    - config/environments/*
    - lib/tasks/**/*
    - spec/**/*
Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bankai-0.13.1 templates/rubocop.yml.erb
bankai-0.13.0 templates/rubocop.yml.erb
bankai-0.12.1 templates/rubocop.yml.erb
bankai-0.12.0 templates/rubocop.yml.erb