Sha256: 0521523b7d8f2456e2bc4dc232f33b7fde311732bd4a50167149ae489d04a932

Contents?: true

Size: 1.85 KB

Versions: 5

Compression:

Stored size: 1.85 KB

Contents

AllCops:
  NewCops: enable

Style/HashTransformValues:
  Enabled: false

Style/HashTransformKeys:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: false

Lint/RedundantRequireStatement:
  Enabled: false

Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Style/PercentLiteralDelimiters:
  Enabled: false

Style/SpecialGlobalVars:
  EnforcedStyle: use_english_names

Security/Eval:
  Enabled: false

Style/WordArray:
  EnforcedStyle: brackets

Style/ClassAndModuleChildren:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/Alias:
  Enabled: false

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Metrics/ClassLength:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Layout/RescueEnsureAlignment:
  Enabled: false

Layout/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Style/ZeroLengthPredicate:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Naming/ConstantName:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/ParameterAlignment:
  EnforcedStyle: with_fixed_indentation

Lint/UnusedMethodArgument:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/RedundantBegin:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
search_flip-3.1.0 .rubocop.yml
search_flip-3.0.0 .rubocop.yml
search_flip-3.0.0.beta6 .rubocop.yml
search_flip-3.0.0.beta5 .rubocop.yml
search_flip-3.0.0.beta4 .rubocop.yml