Sha256: 43248576a7584a2cf4fe606a7a750c896c9e733a6ae9ea56dc54533b43911cba

Contents?: true

Size: 1.59 KB

Versions: 1

Compression:

Stored size: 1.59 KB

Contents

AllCops:
  Exclude:
    - 'bin/*'
  TargetRubyVersion: 2.3

Metrics/AbcSize:
  Max: 20 # default: 15

Metrics/ClassLength:
  Enabled: false # todo
  Max: 100 # default: 100

Metrics/CyclomaticComplexity:
  Enabled: false # todo
  Max: 10 # default: 6

Metrics/LineLength:
  Enabled: false # todo
  Max: 100 # default: 80

Metrics/MethodLength:
  Exclude:
    - "db/migrate/*"
  Max: 12 # default: 10

Metrics/PerceivedComplexity:
  Enabled: false # todo
  Max: 10 # default: 7

Style/AccessModifierIndentation:
  EnforcedStyle: indent
  SupportedStyles:
    - outdent
    - indent

Style/AlignHash:
  EnforcedHashRocketStyle: key
  EnforcedColonStyle: key
  EnforcedLastArgumentHashStyle: always_inspect

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/BracesAroundHashParameters:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Style/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines

Style/FirstParameterIndentation:
  EnforcedStyle: consistent

Style/FrozenStringLiteralComment:
  Enabled: true

Style/IndentHash:
  EnforcedStyle: consistent

Style/ModuleFunction:
  Enabled: false

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/SignalException:
  EnforcedStyle: only_raise

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
email_inquire-0.6.0 .rubocop.yml