Sha256: 061e7fb343f86f4196a861ddb3468a6716abd4fc8c82c1e9f45d2bddee8ec3d3

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

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/**/*
Layout:
  Exclude:
    - config/environments/*
Style:
  Exclude:
    - spec/*_helper.rb
Style/BlockComments:
  Exclude:
    - config/**/*
    - spec/**/*
Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bankai-0.2.2 templates/rubocop.yml.erb
bankai-0.2.1 templates/rubocop.yml.erb
bankai-0.2.0 templates/rubocop.yml.erb
bankai-0.1.0 templates/rubocop.yml.erb