Sha256: d351081cbedc5e7eac35a6da430b753c0e9890d2da5325f54b3b852291d5da79

Contents?: true

Size: 576 Bytes

Versions: 3

Compression:

Stored size: 576 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'

Metrics/AbcSize:
  Max: 20

Metrics/LineLength:
  Max: 120

Style/CaseIndentation:
  IndentWhenRelativeTo: 'case'
  IndentOneStep: true

Style/IndentHash:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FirstParameterIndentation:
  Enabled: false

Style/IndentationWidth:
  Enabled: false

Style/MultilineOperationIndentation:
  EnforcedStyle: 'indented'

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%': '[]'

Style/RedundantReturn:
  Enabled: false

Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
filter_lexer-0.2.2 .rubocop.yml
filter_lexer-0.2.1 .rubocop.yml
filter_lexer-0.2.0 .rubocop.yml