Sha256: ac627e18c0c6786c30b8d4078c0c6f44b23b8ba37c3a7ad6469a7b66a6a8b6eb

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

# For all options see https://github.com/bbatsov/rubocop/tree/master/config

AllCops:
  Includes:
    - Rakefile
    - statesman.gemfile
  Excludes:
    - vendor/**

StringLiterals:
  Enabled: false

Documentation:
  Enabled: false

SignalException:
  Enabled: false

# Avoid methods longer than 30 lines of code
MethodLength:
  CountComments: false  # count full line comments?
  Max: 15

# Don't require utf-8 encoding comment
Encoding:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
statesman-0.4.0 .rubocop.yml
statesman-0.3.0 .rubocop.yml