Sha256: f245635a81739083f7d2921224e60802dc6c48467b74a3ce7b7b12960d6d1611

Contents?: true

Size: 824 Bytes

Versions: 1

Compression:

Stored size: 824 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
  VersionAdded: '0.1'
  MigratedSchemaVersion: ~
  Include:
    - 'db/migrate/**/*.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

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