Sha256: e27f0c9d8249f536fa0abe33e4fc5f6d5561560a96f6d0def007e8ff54b6071e

Contents?: true

Size: 1.89 KB

Versions: 5

Compression:

Stored size: 1.89 KB

Contents

AllCops:
  NewCops: enable

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

5 entries across 5 versions & 1 rubygems

Version Path
oauth2_api_client-3.1.0 .rubocop.yml
oauth2_api_client-3.0.0 .rubocop.yml
oauth2_api_client-2.1.0 .rubocop.yml
oauth2_api_client-2.0.0 .rubocop.yml
oauth2_api_client-1.0.0 .rubocop.yml