Sha256: 49c033b6cecb6eb11eb204a3fb817a19bba3291554b69c9bd3a178a6e68553ec

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 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/RedundantReturn:
  Enabled: false

Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
filter_lexer-0.1.1 .rubocop.yml