Sha256: a29b4a906477da9618f15435b3c0e0f2355cb2449a1c7d0c7fa838e714cecb47

Contents?: true

Size: 1.77 KB

Versions: 3

Compression:

Stored size: 1.77 KB

Contents

require:
  - rubocop-rspec
  - rubocop-performance
  - rubocop-rails

AllCops:
  TargetRubyVersion: 2.4.4
  DisplayCopNames: true
  Exclude:
    - bin/**/*
    - db/**/*
    - vendor/**/*
    - tmp/**/*

Rails/HttpPositionalArguments:
  Enabled: false

Rails/HasAndBelongsToMany:
  Enabled: false

Rails/HasManyOrHasOneDependent:
  Enabled: false

Rails/OutputSafety:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/RepeatedDescription:
  Enabled: false

RSpec/MessageSpies:
  EnforcedStyle: receive

Style/AndOr:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MethodCalledOnDoEndBlock:
  Enabled: true

Style/CollectionMethods:
  Enabled: true

Style/SymbolArray:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Style/MethodCalledOnDoEndBlock:
  Enabled: false

Naming/VariableNumber:
  EnforcedColonStyle: normalcase

Style/StringLiterals:
  ConsistentQuotesInMultiline: true

Style/ClassAndModuleChildren:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded
  SupportedStyles:
    - compact
    - expanded

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringMethods:
  Enabled: true

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

Metrics/BlockLength:
  Enabled: false

Layout/HashAlignment:
  EnforcedColonStyle: table

Layout/ParameterAlignment:
  EnforcedStyle: with_fixed_indentation
  SupportedStyles:
    - with_first_parameter
    - with_fixed_indentation

Layout/EndAlignment:
  EnforcedStyleAlignWith: variable
  SupportedStylesAlignWith:
    - keyword
    - variable

Lint/MissingCopEnableDirective:
  Enabled: false

RSpec/NestedGroups:
  Max: 7

RSpec/ContextWording:
  Prefixes:
    - when
    - with
    - without
    - and

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
graphql_devise-1.4.0 .rubocop.yml
graphql_devise-1.3.0 .rubocop.yml
graphql_devise-1.2.0 .rubocop.yml