Sha256: 2fb456dafc518d1c0079de0168a2264d92d6f396b5109c959ec2e5e84ae5cc7e

Contents?: true

Size: 1.98 KB

Versions: 4

Compression:

Stored size: 1.98 KB

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'log/**/*'
    - 'tmp/**/*'

Layout/HashAlignment:
  Enabled: true
  EnforcedLastArgumentHashStyle: always_ignore

Layout/ParameterAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Metrics/AbcSize:
  Max: 20

Metrics/BlockLength:
  Exclude:
    - '**/*.rake'
    - 'spec/**/*.rb'

Metrics/ClassLength:
  Max: 100

Layout/LineLength:
  Max: 130

Metrics/MethodLength:
  CountComments: false
  Max: 20

Metrics/ModuleLength:
  Max: 100

Style/AsciiComments:
  Enabled: false

Style/BlockDelimiters:
  Exclude:
    - spec/**/*_spec.rb

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Style/ExponentialNotation:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/CollectionMethods:
  Enabled: true
  PreferredMethods:
      collect: map
      collect!: map!
      detect: find
      find_all: select
      inject: reduce
      length: size

Style/Documentation:
  Enabled: false

Style/FormatString:
  EnforcedStyle: format

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/SingleLineBlockParams:
  Enabled: false

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: consistent_comma

Style/TrivialAccessors:
  AllowPredicates: true

Style/WordArray:
  Enabled: false

Layout/EndAlignment:
  EnforcedStyleAlignWith: variable

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
esse-0.0.5 .rubocop.yml
esse-0.0.4 .rubocop.yml
esse-0.0.3 .rubocop.yml
esse-0.0.2 .rubocop.yml