Sha256: 21cd0e989d10023ed012f0011d3877af38adf838afeb2d88cb5127bb8256116c

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

require: rubocop-rspec

RSpec/NotToNot:
   Description: 'Enforces the usage of the same method on all negative message expectations.'
   EnforcedStyle: to_not
   SupportedStyles:
     - not_to
     - to_not
   Enabled: true

RSpec/FilePath:
  Exclude:
    - spec/abilities/*_spec.rb

RSpec/LeadingSubject:
  Enabled: false

Rails:
 Enabled: true

AllCops:
  TargetRubyVersion: 2.4
  DisplayCopNames: true
  DisplayStyleGuide: true
  RSpec:
    Patterns:
    - '.+'
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'bin/**/*'
  Include:
    - '**/*.pryrc'
    - '.simplecov'
    - 'config/initializers/*'

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

Style/DotPosition:
  Description: 'Checks the position of the dot in multi-line method calls.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains'
  EnforcedStyle: leading
  Enabled: true

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Metrics/AbcSize:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
voyage-1.44.0.6 lib/voyage/templates/rubocop.yml
voyage-1.44.0.5 lib/voyage/templates/rubocop.yml
voyage-1.44.0.4 lib/voyage/templates/rubocop.yml