Sha256: bcb20b94fe1a70a94bd8d0cfd58c4a4f7a31c046a0c93e192c88d82a79d87912
Contents?: true
Size: 555 Bytes
Versions: 8
Compression:
Stored size: 555 Bytes
Contents
# https://docs.rubocop.org/rubocop/1.24/cops_style.html AllCops: NewCops: enable Style/BlockDelimiters: Enabled: false Style/Documentation: Enabled: false Style/GuardClause: Enabled: false Style/RaiseArgs: Enabled: false Metrics/MethodLength: Max: 20 Metrics/BlockLength: IgnoredMethods: ['describe', 'context'] Metrics/AbcSize: CountRepeatedAttributes: false Max: 30 Metrics/PerceivedComplexity: Max: 10 Metrics/CyclomaticComplexity: Max: 10 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented_relative_to_receiver
Version data entries
8 entries across 8 versions & 1 rubygems