Sha256: 00642543be524f4f1c6d86068ff13e9a21b49032f5560e5bff096e19d54a8315

Contents?: true

Size: 655 Bytes

Versions: 10

Compression:

Stored size: 655 Bytes

Contents

AllCops:
  RunRailsCops: false
  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

10 entries across 10 versions & 1 rubygems

Version Path
invoker-1.4.1 .rubocop.yml
invoker-1.4.0 .rubocop.yml
invoker-1.3.2 .rubocop.yml
invoker-1.3.1 .rubocop.yml
invoker-1.3.0 .rubocop.yml
invoker-1.2.0 .rubocop.yml
invoker-1.2.0.pre2 .rubocop.yml
invoker-1.2.0.pre1 .rubocop.yml
invoker-1.2.0.pre .rubocop.yml
invoker-1.1.0 .rubocop.yml