Sha256: 4d805813bb085ce335db4a55e2c622f2af2ffff01437e9648c9d3858b1f5cc02

Contents?: true

Size: 780 Bytes

Versions: 1

Compression:

Stored size: 780 Bytes

Contents

require: 
  - rubocop-rspec
  - rubocop-performance

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

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

Naming/FileName:
  Exclude:
    - lib/omniauth-mlh.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-mlh-4.1.0 .rubocop.yml