Sha256: a100ac0ec9ea623c3ebd4c10f99cb7821d83b7488e0c2911f946b789c7aaca7b
Contents?: true
Size: 877 Bytes
Versions: 5
Compression:
Stored size: 877 Bytes
Contents
require: rubocop-performance AllCops: NewCops: enable Exclude: - 'bin/*' - 'doc/*' - 'exe/*' - 'Gemfile' - 'voucher.gemspec' - 'Rakefile' - 'lib/silkey-sdk.rb' TargetRubyVersion: 2.6 Style/Documentation: Enabled: false Style/SignalException: EnforcedStyle: only_raise Style/UnpackFirst: Enabled: false Style/Lambda: Enabled: false Metrics/BlockLength: Exclude: - 'silkey-sdk.gemspec' - 'spec/factories.rb' ExcludedMethods: ['describe', 'context', 'let'] Layout/LineLength: Max: 100 Metrics/ClassLength: Max: 150 Metrics/MethodLength: Max: 20 Performance/Casecmp: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: default: () '%i': () '%w': () Style/RedundantReturn: Enabled: false Style/AccessorGrouping: Enabled: false Style/ExpandPathArguments: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
silkey-sdk-0.0.5 | .rubocop.yml |
silkey-sdk-0.0.4 | .rubocop.yml |
silkey-sdk-0.0.3 | .rubocop.yml |
silkey-sdk-0.0.2 | .rubocop.yml |
silkey-sdk-0.0.1 | .rubocop.yml |