Sha256: e6802cef76e5e4201c6cbe52893057e5d8e641442b8b2cf2fb2a7ee81ddece96
Contents?: true
Size: 695 Bytes
Versions: 12
Compression:
Stored size: 695 Bytes
Contents
inherit_from: .rubocop_todo.yml Style/Documentation: Exclude: - 'spec/**/*' - 'lib/**/*' Style/RaiseArgs: Exclude: - 'spec/**/*' - 'lib/**/*' Style/AsciiComments: Exclude: - 'spec/**/*' - 'lib/**/*' Metrics/ClassLength: Max: 200 Metrics/CyclomaticComplexity: Max: 21 Metrics/LineLength: Max: 180 Metrics/MethodLength: Max: 42 Metrics/PerceivedComplexity: Max: 21 Metrics/AbcSize: Max: 42 Style/MethodDefParentheses: EnforcedStyle: require_no_parentheses Style/MultilineBlockChain: Exclude: - 'spec/**/*' - 'lib/see_as_vee/producers/hashes.rb' Style/PercentLiteralDelimiters: Exclude: - 'lib/see_as_vee/producers/hashes.rb'
Version data entries
12 entries across 12 versions & 1 rubygems