Sha256: e79b96f75981aabaa80b8b46eceb4bca7701b1b95bbba7f052aa14c88a69e87c
Contents?: true
Size: 912 Bytes
Versions: 12
Compression:
Stored size: 912 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.1 Layout/CaseIndentation: EnforcedStyle: end Layout/IndentArray: EnforcedStyle: consistent Layout/IndentHash: EnforcedStyle: consistent Metrics/LineLength: Exclude: - "test/**/*.rb" - "lib/stripe/resources/**/*.rb" Metrics/MethodLength: # There's ~2 long methods in `StripeClient`. If we want to truncate those a # little, we could move this to be closer to ~30 (but the default of 10 is # probably too short). Max: 50 Metrics/ModuleLength: Enabled: false Style/AccessModifierDeclarations: EnforcedStyle: inline Style/FrozenStringLiteralComment: EnforcedStyle: always Style/StringLiterals: EnforcedStyle: double_quotes Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma
Version data entries
12 entries across 12 versions & 2 rubygems