Sha256: 889bc176d853d48107bfa75b92e55c4ed441c246f72e96897aaf01a4ddebea88

Contents?: true

Size: 827 Bytes

Versions: 3

Compression:

Stored size: 827 Bytes

Contents

inherit_from: .rubocop_todo.yml

Layout/LineLength:
  Enabled: false

AllCops:
  TargetRubyVersion: 2.3

Lint/UselessAssignment:
  Enabled: true
  Exclude:
    - 'test/ui/ux/tables/table_test.rb'

Style/AsciiComments:
  Enabled: true
  Exclude:
    - 'test/**/**/**/**/*'

Metrics/ClassLength:
  Enabled: false

Style/FormatString:
  Exclude:
    - 'config/initializers/will_paginate.rb'

Style/ClassAndModuleChildren:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

# SupportedStyles: annotated, template, unannotated
Style/FormatStringToken:
  EnforcedStyle: unannotated

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ui_bibz-2.5.2 .rubocop.yml
ui_bibz-2.5.1 .rubocop.yml
ui_bibz-2.5.0 .rubocop.yml