Sha256: d5646c21d4c278a651573ba15109ee49bd3fcbc9057b05dc7dbdf738aca25c00
Contents?: true
Size: 638 Bytes
Versions: 1
Compression:
Stored size: 638 Bytes
Contents
require: rubocop-rspec AllCops: TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'gemfiles/**/*' Layout/LineLength: Max: 120 Naming/MethodParameterName: MinNameLength: 2 Naming/VariableNumber: EnforcedStyle: snake_case RSpec/MultipleExpectations: Max: 4 RSpec/NestedGroups: Max: 4 Style/Documentation: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Style/FrozenStringLiteralComment: Exclude: - 'examples/**/*' Style/TrailingCommaInHashLiteral: Exclude: - 'examples/**/*'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mailtrap-2.0.0 | .rubocop.yml |