Sha256: b36f9944c29ac6c6516036224933918235660e8f5cee607de3cf9d29ddccf48d

Contents?: true

Size: 873 Bytes

Versions: 1

Compression:

Stored size: 873 Bytes

Contents

# Common configuration.

inherit_mode:
  merge:
    - Exclude

AllCops:
  Exclude:
    - bin/*
    - db/schema.rb
  # What version of Rails is the inspected code using?  If a value is specified
  # for TargetRailsVersion then it is used.  Acceptable values are specificed
  # as a float (i.e. 5.1); the patch version of Rails should not be included.
  # If TargetRailsVersion is not set, RuboCop will parse the Gemfile.lock or
  # gems.locked file to find the version of Rails that has been bound to the
  # application.  If neither of those files exist, RuboCop will use Rails 5.0
  # as the default.
  TargetRailsVersion: ~

Oracle/OnlineIndex:
  Description: 'Checks for uses `options: online` option on `add_index`.'
  Enabled: true
  SafeAutoCorrect: false
  VersionAdded: '0.1'
  VersionChanged: '0.2'
  MigratedSchemaVersion: ~
  Include:
    - 'db/migrate/**/*.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-oracle-0.2.0 config/default.yml