Sha256: dd9f77ecf81ebb163ecdfa1dd83b1cd73f0c7cfa25cc1f6e045554bc09918d01

Contents?: true

Size: 1.35 KB

Versions: 3

Compression:

Stored size: 1.35 KB

Contents

# This file strictly follows the rules defined in the Ruby style guide:
#   http://shopify.github.io/ruby-style-guide/

AllCops:
  TargetRubyVersion: 2.1

Rails:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MultilineOperationIndentation:
  Enabled: false

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/FirstParameterIndentation:
  EnforcedStyle: consistent

Style/TrailingCommaInLiteral:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_raise

Style/NumericLiterals:
  Enabled: false

Style/CaseIndentation:
  EnforcedStyle: end

Style/IndentHash:
  EnforcedStyle: consistent

Style/WordArray:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/ParameterLists:
  Max: 5
  CountKeywordArgs: false

Metrics/PerceivedComplexity:
  Enabled: false

Lint/EndAlignment:
  EnforcedStyleAlignWith: variable

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/MutableConstant:
  Enabled: false

Performance/Casecmp:
  Enabled: false

Style/GuardClause:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oktakit-0.2.0 .rubocop.yml
oktakit-0.1.5 .rubocop.yml
oktakit-0.1.4 .rubocop.yml