Sha256: 192f29869c3d48072040fd606470e0c31f43378056f6bbd7b11b03d48c44b89d
Contents?: true
Size: 485 Bytes
Versions: 6
Compression:
Stored size: 485 Bytes
Contents
AllCops: Exclude: - '.bundle/**/*' - 'out/**/*' - '**/Vagrantfile' 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: 60 Metrics/LineLength: Max: 150 Metrics/ParameterLists: Max: 6 Metrics/AbcSize: Max: 110 Metrics/PerceivedComplexity: Max: 45
Version data entries
6 entries across 6 versions & 2 rubygems