Sha256: 4ad3042fb93bad162a0e6402f1e549542254d2b46d8ff736e9dc8df7ddf5a051
Contents?: true
Size: 560 Bytes
Versions: 10
Compression:
Stored size: 560 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.1 DisplayCopNames: true DisplayStyleGuide: true Documentation: Enabled: false Metrics/LineLength: Max: 145 IgnoredPatterns: ['(\A|\s)#'] Metrics/ModuleLength: Max: 200 Metrics/ClassLength: Max: 200 Metrics/MethodLength: Max: 40 Metrics/AbcSize: Max: 60 Metrics/BlockLength: Exclude: - 'spec/**/*' ParameterLists: Max: 10 Security/MarshalLoad: Enabled: false Naming/UncommunicativeMethodParamName: Enabled: false Style/FormatStringToken: Enabled: false
Version data entries
10 entries across 10 versions & 1 rubygems