Sha256: 342863684479b672bb226d16a36818b27e3475c0e367d620f10bba7ac10ee46f
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 3.0 # We disable this to allow automatic releases Gemspec/RequireMFA: Enabled: false Metrics/AbcSize: Max: 30 Metrics/ClassLength: CountAsOne: ['array', 'hash', 'heredoc', 'method_call'] Max: 100 Metrics/MethodLength: Max: 30 RSpec/ExampleLength: CountAsOne: ['array', 'hash', 'heredoc'] Max: 10 RSpec/MultipleMemoizedHelpers: Enabled: false RSpec/NestedGroups: Max: 5 Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Exclude: - 'bin/**'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypro-2.0.0 | .rubocop.yml |