Sha256: 50ce42947d51c905d2a6a19d98da1c0aaf55687fd88091ab5aebf0d8a2984ee4
Contents?: true
Size: 954 Bytes
Versions: 5
Compression:
Stored size: 954 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance - rubocop-rspec AllCops: DisplayCopNames: true Exclude: - bin/**/* - vendor/**/* - lib/usps/api/endpoints/* # Auto-generated - lib/usps/api/errors.rb # Auto-generated - spec/usps/api/endpoints/* # Auto-generated Layout/EmptyLineAfterMagicComment: Enabled: false Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/FirstArrayElementLineBreak: Enabled: true Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/FirstHashElementLineBreak: Enabled: true Layout/HashAlignment: EnforcedColonStyle: key EnforcedRocketStyle: key # Layout/IndentationStyle: # EnforcedStyle: tabs Metrics/BlockLength: Max: 250 Metrics/ClassLength: Max: 250 Metrics/LineLength: Max: 120 Style/Documentation: Enabled: false Style/ModuleFunction: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
usps-ruby-client-0.2.0 | .rubocop.yml |
usps-ruby-client-0.1.3 | .rubocop.yml |
usps-ruby-client-0.1.2 | .rubocop.yml |
usps-ruby-client-0.1.1 | .rubocop.yml |
usps-ruby-client-0.1.0 | .rubocop.yml |