Sha256: 6e004241d6090d1bb11e8bb4ef7be35f8f93209f6638f0b1e41135a06327f162

Contents?: true

Size: 1.99 KB

Versions: 2

Compression:

Stored size: 1.99 KB

Contents

---
require: rubocop/cop/style/method_call_with_args_parentheses_override
AllCops:
  NewCops: enable
  EnabledByDefault: false
  UseCache: true
  SuggestExtensions: false
  TargetRubyVersion: 2.7.6
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

2 entries across 2 versions & 1 rubygems

Version Path
immosquare-cleaner-0.1.32 linters/rubocop-2.7.6.yml
immosquare-cleaner-0.1.31 linters/rubocop-2.7.6.yml