Sha256: 6bec20f3f3e4f666f05e0ba051a12722e98afc5653c190ff496f9849e0f2140b

Contents?: true

Size: 633 Bytes

Versions: 6

Compression:

Stored size: 633 Bytes

Contents

AllCops:
  Excludes:
    - db/**

HashSyntax:
  Description: 'Use either hash rocket or 1.9 styled hashes.'
  Enabled: false

LineLength:
  Max: 100

# Disable Certain Tests

Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: false

StringLiterals:
  Description: 'Checks if uses of quotes match the configured preference.'
  Enabled: false

Encoding:
  Description: 'Use UTF-8 as the source file encoding.'
  Enabled: false

SignalException:
  Description: 'Do not enforce use of fail when raising exceptions.'
  # Valid values are: semantic, only_raise and only_fail
  EnforcedStyle: only_raise

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
invoker-1.5.6 .rubocop.yml
invoker-1.5.5 .rubocop.yml
invoker-1.5.4 .rubocop.yml
invoker-1.5.3 .rubocop.yml
meepo-1.5.2 .rubocop.yml
invoker-1.5.1 .rubocop.yml