Sha256: 4fb7087305de162da5d9d577f821bce97fdd909e584faabba9a67c37e80f8b89
Contents?: true
Size: 509 Bytes
Versions: 8
Compression:
Stored size: 509 Bytes
Contents
AllCops: Exclude: - '.bundle/**/*' - 'out/**/*' - '**/Vagrantfile' DisplayCopNames: true Style/FileName: Enabled: false Style/Encoding: Enabled: false Style/Documentation: Enabled: false Style/ClassVars: Enabled: false Metrics/ClassLength: Max: 300 Metrics/CyclomaticComplexity: Severity: warning Max: 15 Metrics/MethodLength: Max: 65 Metrics/LineLength: Max: 150 Metrics/ParameterLists: Max: 6 Metrics/AbcSize: Max: 110 Metrics/PerceivedComplexity: Max: 45
Version data entries
8 entries across 8 versions & 4 rubygems