Sha256: dd8b39ec6f35d6d85b5c01ebb40225744f1b50ee7d1ca4bf8cf99cb0a515bd40
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
require: - rubocop-minitest AllCops: NewCops: enable TargetRubyVersion: 2.7 Exclude: - "vendor/**/*" - "papierkram_api_client.gemspec" Metrics/BlockLength: Enabled: true Exclude: - "test/**/*" Layout/LineLength: Exclude: - "test/cassettes/**/*" Metrics/MethodLength: Max: 16 CountAsOne: - "array" - "hash" - "heredoc" - "method_call" Metrics/ParameterLists: Max: 8 Exclude: - "lib/api/v1/**/*"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
papierkram_api_client-0.2.1 | .rubocop.yml |
papierkram_api_client-0.2.0 | .rubocop.yml |