Sha256: 08e67369e0b239992239e7fa463c85459a9221c97bd1bdf4349cf887a459a922

Contents?: true

Size: 1.75 KB

Versions: 15

Compression:

Stored size: 1.75 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:
  Enabled: false

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

15 entries across 15 versions & 1 rubygems

Version Path
graphql_devise-0.10.1 .rubocop.yml
graphql_devise-0.10.0 .rubocop.yml
graphql_devise-0.9.2 .rubocop.yml
graphql_devise-0.9.1 .rubocop.yml
graphql_devise-0.9.0 .rubocop.yml
graphql_devise-0.8.1 .rubocop.yml
graphql_devise-0.8.0 .rubocop.yml
graphql_devise-0.7.0 .rubocop.yml
graphql_devise-0.6.0 .rubocop.yml
graphql_devise-0.5.0 .rubocop.yml
graphql_devise-0.4.1 .rubocop.yml
graphql_devise-0.4.0 .rubocop.yml
graphql_devise-0.3.0 .rubocop.yml
graphql_devise-0.2.0 .rubocop.yml
graphql_devise-0.1.1 .rubocop.yml