Sha256: a846006ecf368c3ed83ddb4d5cece384754f06525ffbeb8f0994f64748ee5dde
Contents?: true
Size: 641 Bytes
Versions: 14
Compression:
Stored size: 641 Bytes
Contents
AllCops: TargetRubyVersion: 3.0 NewCops: enable Style/MixinUsage: Exclude: - "bin/console" Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Gemspec/RequireMFA: Enabled: false Metrics/AbcSize: Max: 19.5 Metrics/ClassLength: Max: 200 Metrics/CyclomaticComplexity: Max: 9 Metrics/PerceivedComplexity: Max: 9 Metrics/MethodLength: Max: 20 Metrics/ParameterLists: Max: 6 Metrics/BlockLength: Exclude: - "**/*_spec.rb" - "*.gemspec" - "lib/waylon/rspec/matchers/**/*.rb"
Version data entries
14 entries across 14 versions & 1 rubygems