Sha256: 14cdcd87f9580f1c3e11ff5d0fcdb6d3a3da4ded392b7ef2b42cbb225ee00df0

Contents?: true

Size: 1.44 KB

Versions: 3

Compression:

Stored size: 1.44 KB

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Layout/ExtraSpacing:
  Enabled: false

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/HashAlignment:
  Enabled: false

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallBraceLayout:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Layout/SpaceBeforeFirstArg:
  Enabled: false

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: false

Lint/AmbiguousOperator:
  Enabled: false

Lint/AmbiguousOperatorPrecedence:
  Enabled: false

Lint/EmptyWhen:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false
  EnforcedStyleForLeadingUnderscores: required

Style/BlockDelimiters:
  EnforcedStyle: semantic
  BracesRequiredMethods: [button, entry, frame, label, spinbox]

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/RescueModifier:
  Enabled: false

Style/Semicolon:
  AllowAsExpressionSeparator: true

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/TrailingCommaInArguments:
  Enabled: false
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
circule-0.1.3 .rubocop.yml
circule-0.1.2 .rubocop.yml
circule-0.1.1 .rubocop.yml