Sha256: 2272969dcfd64f54738380ee999b81c688018448aa4b94129cb3d6538014f483
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 KB
Contents
require: - rubocop-rspec - rubocop-performance - rubocop-rails AllCops: TargetRubyVersion: 2.7 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
graphql_devise-2.0.0 | .rubocop.yml |