Sha256: 06772b27b20244e4637a5c6f8f79ec9d07e19a8fff0883304dd39513da3a03d0

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Layout/ExtraSpacing:
  Enabled: false

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/HashAlignment:
  Enabled: false

Layout/LeadingCommentSpace:
  Enabled: false

Layout/LineLength:
  Max: 160

Layout/MultilineMethodCallBraceLayout:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Layout/SpaceBeforeFirstArg:
  Enabled: false

Layout/SpaceBeforeSemicolon:
  Enabled: false

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: false

Lint/AmbiguousOperator:
  Enabled: false

Lint/AmbiguousOperatorPrecedence:
  Enabled: false

Lint/EmptyWhen:
  Enabled: false

Lint/Void:
  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, command, 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

1 entries across 1 versions & 1 rubygems

Version Path
circule-0.1.4 .rubocop.yml