Sha256: fba720396e9b53e2e9269edbe45019a65ae80bb55c21642e7e1d4e88eeea8de3

Contents?: true

Size: 1.97 KB

Versions: 7

Compression:

Stored size: 1.97 KB

Contents

AllCops:
  NewCops: enable

Gemspec/RequiredRubyVersion:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

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

7 entries across 7 versions & 1 rubygems

Version Path
oauth2_api_client-4.0.0 .rubocop.yml
oauth2_api_client-3.4.1 .rubocop.yml
oauth2_api_client-3.4.0 .rubocop.yml
oauth2_api_client-3.3.0 .rubocop.yml
oauth2_api_client-3.2.1 .rubocop.yml
oauth2_api_client-3.2.0 .rubocop.yml
oauth2_api_client-3.1.1 .rubocop.yml