Sha256: 15c79c6c42a96890a766f52a37e7337c5b8dcdd272b3709fe54a829c1580f0be
Contents?: true
Size: 816 Bytes
Versions: 7
Compression:
Stored size: 816 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.3 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 25 Metrics/ClassLength: Enabled: false Metrics/BlockLength: Enabled: false # RSpec ... :facepalm: Metrics/AbcSize: Max: 30 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 10 Style/GuardClause: Enabled: false Style/SignalException: Enabled: false Style/Documentation: Enabled: false Lint/AssignmentInCondition: Enabled: false Style/PerlBackrefs: Enabled: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma
Version data entries
7 entries across 7 versions & 1 rubygems