Sha256: 0ad6a718eb344e6e1cdc12d94592dfc9ed969a6be46a585945d25c3b54e1b84c

Contents?: true

Size: 1.4 KB

Versions: 8

Compression:

Stored size: 1.4 KB

Contents

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'db/**/*'
    - 'config/**/*'
    - 'script/**/*'

Rails:
  Enabled: true

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/CaseIndentation:
  EnforcedStyle: end

Style/AsciiComments:
  Enabled: false

Style/IndentHash:
  Enabled: false

Style/CollectionMethods:
  Enabled: true
  PreferredMethods:
      inject: 'inject'

Style/Documentation:
  Enabled: false

Style/BlockDelimiters:
  Exclude:
    - spec/**/*_spec.rb

Style/BracesAroundHashParameters:
  Exclude:
    - spec/**/*_spec.rb

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/SignalException:
  Enabled: false

Metrics/AbcSize:
  Max: 20

Metrics/ClassLength:
  Max: 100

Metrics/ModuleLength:
  Max: 100

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Style/SingleLineBlockParams:
  Enabled: false

Lint/EndAlignment:
  EnforcedStyleAlignWith: variable

Style/FormatString:
  Enabled: false

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/WordArray:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/AlignHash:
  Enabled: true
  EnforcedLastArgumentHashStyle: always_ignore

Style/TrivialAccessors:
  AllowPredicates: true

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
jwt-2.2.2 .rubocop.yml
normalizator-0.0.1 .rubocop.yml
normalizator-0.0.0 .rubocop.yml
jwt-2.2.1 .rubocop.yml
jwt-2.2.0 .rubocop.yml
jwt-2.2.0.pre.beta.0 .rubocop.yml
jwt-2.1.0 .rubocop.yml
jwt-2.0.0 .rubocop.yml