Sha256: 65c216c8152bab051f8a6e7dfa2f2dbc12dfb2cebb960e6b3d5166d3a45c6494

Contents?: true

Size: 870 Bytes

Versions: 4

Compression:

Stored size: 870 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3


Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation
Style/SignalException:
  EnforcedStyle: only_fail
Style/AccessModifierIndentation:
  EnforcedStyle: outdent
Style/ConditionalAssignment:
  Enabled: false
Style/Encoding:
  Enabled: true
  EnforcedStyle: always
  AutoCorrectEncodingComment: "# encoding: utf-8\n"
Style/MultilineBlockChain:
  Enabled: false
Style/MultilineMethodCallIndentation:
  Enabled: false
Style/ParallelAssignment:
  Enabled: false
Style/RedundantFreeze:
  Enabled: false
Style/RegexpLiteral:
  EnforcedStyle: mixed
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/AndOr:
  EnforcedStyle: conditionals
Style/AlignHash:
  EnforcedLastArgumentHashStyle: ignore_implicit
Style/AlignArray:
  Enabled: false
Style/IndentArray:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carbon-core-0.2.1 .rubocop.yml
carbon-core-0.2.0 .rubocop.yml
carbon-core-0.1.1 .rubocop.yml
carbon-core-0.1.0 .rubocop.yml