Sha256: c24035a7ae920836d68eca29747cca07de77c42cb9823ce36c859ddab51d6913

Contents?: true

Size: 867 Bytes

Versions: 2

Compression:

Stored size: 867 Bytes

Contents

inherit_from: .rubocop_todo.yml

Style/HashSyntax:
  EnforcedStyle: hash_rockets
  SupportedStyles:
    - ruby19
    - hash_rockets

Style/StringLiterals:
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes

Style/RegexpLiteral:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

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

Lint/NestedMethodDefinition:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Layout/ClosingParenthesisIndentation:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/CommentedKeyword:
  Exclude:
    - lib/**/*

Lint/LiteralAsCondition:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Security/YAMLLoad:
  Exclude:
    - spec/support/obfuscation.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gmail-0.7.1 .rubocop.yml
gmail-0.7.0 .rubocop.yml