Sha256: 0da940aff0c90d50ee2adfc01c15249157936e9f5f20ad1b901b3b4f949e5404

Contents?: true

Size: 1.77 KB

Versions: 27

Compression:

Stored size: 1.77 KB

Contents

require: rubocop-rspec
require: rubocop-performance

Rails:
  Enabled: true

AllCops:
  TargetRubyVersion: 2.2
  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

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

Metrics/BlockLength:
  Enabled: false

Layout/AlignHash:
  EnforcedColonStyle: table

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

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

Lint/MissingCopEnableDirective:
  Enabled: false

RSpec/NestedGroups:
  Max: 7

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
graphql_devise-0.12.1 .rubocop.yml
graphql_devise-0.12.0 .rubocop.yml
graphql_devise-0.11.4 .rubocop.yml
graphql_devise-0.11.3 .rubocop.yml
graphql_devise-0.11.2 .rubocop.yml
graphql_devise-0.11.1 .rubocop.yml
graphql_devise-0.11.0 .rubocop.yml