Sha256: 005194b5c1d796bac50dfa437ac314c04c14c94d8001ef0d648f4cdfb5a1939c

Contents?: true

Size: 382 Bytes

Versions: 5

Compression:

Stored size: 382 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Naming/FileName:
  Exclude:
    - Rakefile

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 16

Metrics/ClassLength:
  Max: 256
  
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simply_fsm-0.3.0 .rubocop.yml
simply_fsm-0.2.3 .rubocop.yml
simply_fsm-0.2.1 .rubocop.yml
simply_fsm-0.2.0 .rubocop.yml
simply_fsm-0.1.2 .rubocop.yml