Sha256: 826c6ecef7a54b4366c749d50a5288370defd0c3aabb023e001b6fd190c084ec

Contents?: true

Size: 411 Bytes

Versions: 4

Compression:

Stored size: 411 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: disable
  SuggestExtensions: false
  Exclude:
    - vendor/**/*
    - spec/**/*
    - example/vendor/**/*

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Naming/FileName:
  Enabled: false

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
omniauth-logikura-1.0.1 .rubocop.yml
omniauth-smaregi-1.0.0 .rubocop.yml
omniauth-smaregi-0.1.1 .rubocop.yml
omniauth-smaregi-0.1.0 .rubocop.yml