Sha256: 07d3acbc8c393331cc95691184872f173718c1a8a5575412f832ccbccdbe9812

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
open_fda_api-0.0.13 .rubocop.yml
open_fda_api-0.0.12 .rubocop.yml
open_fda_api-0.0.9 .rubocop.yml
open_fda_api-0.0.6 .rubocop.yml
open_fda_api-0.0.5 .rubocop.yml
open_fda_api-0.0.4 .rubocop.yml