Sha256: acfcff8706e5f74a7b0947a8380038345509189698ef18fce19c80e1c067b3da

Contents?: true

Size: 1.54 KB

Versions: 29

Compression:

Stored size: 1.54 KB

Contents

AllCops:
  TargetRubyVersion: 2.2

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/EmptyLineBetweenDefs:
  Enabled: true

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/SpaceAfterComma:
  Enabled: true

Layout/SpaceAroundEqualsInParameterDefault:
  Enabled: true

Layout/SpaceAroundOperators:
  Enabled: true

Layout/SpaceBeforeSemicolon:
  Enabled: true


Lint/DuplicateMethods:
  Enabled: true

Lint/UnusedMethodArgument:
  Enabled: true


Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

# Offense count: 13
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 80

Metrics/MethodLength:
  Enabled: false

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 8


Performance/RedundantBlockCall:
  Enabled: true


Naming/MethodName:
  Enabled: true

Naming/BinaryOperatorParameterName:
  Enabled: true


Style/ClassVars:
  Enabled: true

Style/Documentation:
  Enabled: true

Style/DoubleNegation:
  Enabled: true

Style/EmptyLiteral:
  Enabled: true

Style/GuardClause:
  Enabled: true

Style/HashSyntax:
  Enabled: true

Style/NumericLiterals:
  MinDigits: 5

Style/PreferredHashMethods:
  Enabled: true

Style/RedundantReturn:
  Enabled: true

Style/RedundantSelf:
  Enabled: true

Style/SingleLineMethods:
  Enabled: false

Style/SpecialGlobalVars:
  EnforcedStyle: use_perl_names

Style/StringLiterals:
  Enabled: true

Style/TrivialAccessors:
  Enabled: true

Style/UnneededPercentQ:
  Enabled: true

Style/DateTime:
  Enabled: false

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
timezone-1.3.25 .rubocop.yml
timezone-1.3.24 .rubocop.yml
timezone-1.3.23 .rubocop.yml
timezone-1.3.22 .rubocop.yml
timezone-1.3.21 .rubocop.yml
timezone-1.3.20 .rubocop.yml
timezone-1.3.19 .rubocop.yml
timezone-1.3.18 .rubocop.yml
timezone-1.3.17 .rubocop.yml
timezone-1.3.16 .rubocop.yml
timezone-1.3.15 .rubocop.yml
timezone-1.3.14 .rubocop.yml
timezone-1.3.13 .rubocop.yml
timezone-1.3.12 .rubocop.yml
timezone-1.3.11 .rubocop.yml
timezone-1.3.10 .rubocop.yml
timezone-1.3.9 .rubocop.yml
timezone-1.3.8 .rubocop.yml
timezone-1.3.7 .rubocop.yml
timezone-1.3.6 .rubocop.yml