Sha256: df7e1b92079332e5b3d80bcf1c8ecb0bd0319d5975330f82d152af1d331598b3

Contents?: true

Size: 678 Bytes

Versions: 4

Compression:

Stored size: 678 Bytes

Contents

require: 
  - rubocop-rspec
  - rubocop-performance

AllCops:
  # Ruby 2.7 is the MINIMUM Ruby version supported
  TargetRubyVersion: '2.7.0'
  Exclude:
    - vendor/**/*

Style/WordArray:
  Description: Force arrays of words to use bracket notation instead of %w
  EnforcedStyle: brackets
  Enabled: true

Style/SymbolArray: 
  Description: Force symbol arrays to use bracket notation instead of %i
  EnforcedStyle: brackets 
  Enabled: true

Style/RegexpLiteral:
  Description: Allow forward slashes within regular expressions
  AllowInnerSlashes: true
  Enabled: true

RSpec/MultipleExpectations: 
  Description: Allow tests to contain multiple expectations 
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omniauth-mlh-4.0.1 .rubocop.yml
omniauth-mlh-4.0.0 .rubocop.yml
omniauth-mlh-2.0.0 .rubocop.yml
omniauth-mlh-1.0.1 .rubocop.yml