Sha256: bc1e786f4477473ab4ed47d11010ff6b9dde5253ad12c04c5a9994493cd9c147

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.0
  NewCops: enable

require:
  - rubocop-rake
  - rubocop-minitest

Gemspec/DevelopmentDependencies:
  EnforcedStyle: gemspec

Layout/LineLength:
  Enabled: 120

Style/HashSyntax:
  EnforcedStyle: ruby19_no_mixed_keys

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-core-2.4.0 .rubocop.yml