Sha256: e9790481ad9b29dc5d0802c9a375de993ac998e75e03c623c61e57fb67451f23

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

inherit_from: .rubocop_todo.yml
inherit_gem:
  ruboconfig: rubocop.yml

AllCops:
  DisplayCopNames: true
  Exclude:
    - vendor/**/*
    - .*/**
    - spec/fixtures/**/*

StringLiterals:
  Enabled: false

MethodLength:
  CountComments: false
  Max: 15

AbcSize:
  Max: 18

LineLength:
  Max: 80

# Allow class and message or instance raises
Style/RaiseArgs:
  Enabled: false

Lint/RescueWithoutErrorClass:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
statesman-3.2.0 .rubocop.yml