Sha256: 40be122a1124c42ac5aa6a39b275e9e540329c4f8b2a20f9a7b4ad991608049e

Contents?: true

Size: 1.92 KB

Versions: 6

Compression:

Stored size: 1.92 KB

Contents

---
AllCops:
  NewCops: enable
  EnabledByDefault: false
  UseCache: true
  SuggestExtensions: false
  TargetRubyVersion: 3.2.2
Metrics:
  Enabled: false
Lint/UselessAssignment:
  Enabled: false
Lint/RescueException:
  Enabled: false
Lint/UnusedMethodArgument:
  Enabled: false
Naming/VariableNumber:
  Enabled: false
Naming/FileName:
  Enabled: false
Layout/LeadingEmptyLines:
  Enabled: false
Layout/InitialIndentation:
  Enabled: false
Layout/TrailingEmptyLines:
  Enabled: false
Layout/ExtraSpacing:
  Enabled: false
Layout/LineLength:
  Enabled: false
Layout/TrailingWhitespace:
  Enabled: true
Layout/EmptyLines:
  Enabled: false
Layout/SpaceInsideBlockBraces:
  SpaceBeforeBlockParameters: false
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines
Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent
Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation
Layout/HashAlignment:
  EnforcedHashRocketStyle: table
Layout/MultilineAssignmentLayout:
  EnforcedStyle: same_line
Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
Style/RedundantBegin:
  Enabled: false
Style/MultilineTernaryOperator:
  Enabled: false
Style/NestedTernaryOperator:
  Enabled: false
Style/MultilineIfModifier:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/Next:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/IfUnlessModifierOfIfUnless:
  Enabled: false
Style/NegatedIf:
  Enabled: false
Style/MethodCallWithArgsParentheses:
  Enabled: true
Style/FormatStringToken:
  EnforcedStyle: template
Style/NumericPredicate:
  EnforcedStyle: comparison
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes
Style/HashSyntax:
  EnforcedStyle: hash_rockets
Style/WordArray:
  EnforcedStyle: brackets
Style/SymbolArray:
  EnforcedStyle: brackets
Gemspec/RequireMFA:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
immosquare-cleaner-0.1.23 linters/rubocop-3.2.2.yml
immosquare-cleaner-0.1.22 linters/rubocop-3.2.2.yml
immosquare-cleaner-0.1.21 linters/rubocop-3.2.2.yml
immosquare-cleaner-0.1.20 linters/rubocop-3.2.2.yml
immosquare-cleaner-0.1.19 linters/rubocop-3.2.2.yml
immosquare-cleaner-0.1.18 linters/rubocop-3.2.2.yml