Sha256: d9d854907b80eac54adaa5dd482e8ea470a3f7cac5c7c44046009f4ae3140f6e

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - !ruby/regexp /(vendor|bundle|bin|db|tmp)\/.*/
  DisplayCopNames: true
  DisplayStyleGuide: true

Rails:
  Enabled: true

Style/WordArray:
  Exclude:
    - 'app/forms/*_form.rb'
    - 'test/fabricators/extension_package_fabricator.rb'

Style/RegexpLiteral:
  AllowInnerSlashes: true

Lint/UnusedMethodArgument:
  Exclude:
    - 'lib/tasks/populate.rake'

Metrics/LineLength:
  Exclude:
    - 'test/**/*.rb'
    - 'Gemfile*'

Style/IndentArray:
  EnforcedStyle: consistent

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
specr-0.0.1.beta1 .rubocop.yml