Sha256: 52c50fe79d7dcf476826637792c824b3e5e94c2914775307040debd3e87a07d0

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 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

Naming/InclusiveLanguage:
  Enabled: false

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/QuotedSymbols:
  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.5 default.yml