Sha256: 6d971e84a631bf98754d6e3876fca335d278bcfa0ca3b57ef3d3850e64cdbef8
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
require: - rubocop-rspec AllCops: NewCops: enable Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/LineContinuationLeadingSpace: EnforcedStyle: leading Layout/LineEndStringConcatenationIndentation: EnforcedStyle: indented Layout/LineLength: Max: 160 Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/MethodLength: Max: 30 Metrics/ParameterLists: Enabled: false Metrics/PerceivedComplexity: Enabled: false RSpec/ContextWording: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/LetSetup: Enabled: false RSpec/MultipleExpectations: Max: 50 RSpec/MultipleMemoizedHelpers: Max: 10 RSpec/NamedSubject: Enabled: false RSpec/NestedGroups: Max: 5 Style/ModuleFunction: EnforcedStyle: extend_self Style/NumericLiterals: Enabled: false Style/StringLiterals: EnforcedStyle: single_quotes Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
googleauth-extras-0.4.0 | .rubocop.yml |