Sha256: cc1de355cb7ea20e98bcfafe2287312f44fff46016bb946a68ba0868ef3a3d19

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

require:
  - rubocop-rails

Rails:
  Enabled: true
AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_special
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver
Layout/LineLength:
  Enabled: false

Lint/SuppressedException:
  AllowComments: true

Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 13
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Max: 14

Rails/ApplicationRecord:
  Enabled: false
Rails/ContentTag:
  Enabled: false

Style/Documentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/IfUnlessModifier:
  Enabled: false
Style/HashSyntax:
  EnforcedStyle: ruby19_no_mixed_keys
Style/MutableConstant:
  Enabled: false
Style/NegatedIf:
  Enabled: false
Style/StringLiterals:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false
  EnforcedStyleForMultiline: consistent_comma
Style/SymbolArray:
  Enabled: false
Style/EmptyMethod:
  EnforcedStyle: expanded

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
easy_style-0.1.3 default.yml