Sha256: 4e337ecce955f61153e711c945d9ce150b3efe2712618dc9115d62a1933fc1e0
Contents?: true
Size: 481 Bytes
Versions: 2
Compression:
Stored size: 481 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.6 Layout/EmptyLinesAroundClassBody: Enabled: false Metrics/BlockLength: Exclude: - 'preservation-client.gemspec' - 'spec/**/*' Metrics/LineLength: Max: 120 Exclude: - 'lib/preservation/client/response_error_formatter.rb' - 'spec/**/*' Metrics/MethodLength: Max: 15 Style/Documentation: Exclude: - 'spec/**/*' - 'lib/preservation/client.rb' Style/WordArray: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
preservation-client-0.2.1 | .rubocop.yml |
preservation-client-0.2.0 | .rubocop.yml |