Sha256: 58634f1258c9530ea931e9b55bad8736b58ee90de8dd0fb6941f079b61cc9f6c
Contents?: true
Size: 552 Bytes
Versions: 3
Compression:
Stored size: 552 Bytes
Contents
inherit_from: .rubocop_todo.yml Style/GlobalVars: Exclude: - 'spec/**/*.rb' Style/Documentation: Enabled: false Naming/ConstantName: Enabled: false Lint/HandleExceptions: Enabled: false Lint/AssignmentInCondition: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ParameterLists: CountKeywordArgs: false Metrics/MethodLength: Max: 20 Exclude: - 'spec/doubles/*.rb' Metrics/ClassLength: Max: 200 Exclude: - 'spec/**/*.rb' Metrics/LineLength: Max: 100 Exclude: - 'spec/**/*.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hcloud-1.0.2 | .rubocop.yml |
hcloud-1.0.1 | .rubocop.yml |
hcloud-1.0.0 | .rubocop.yml |