Sha256: f7639062412646855828a8b30746a419f23a31888d1551e4d4fb17583a6792c9
Contents?: true
Size: 650 Bytes
Versions: 1
Compression:
Stored size: 650 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: NewCops: enable TargetRubyVersion: 3.2 SuggestExtensions: false Metrics/AbcSize: CountRepeatedAttributes: false Metrics/ClassLength: CountAsOne: - array - hash Metrics/MethodLength: Max: 15 CountAsOne: - array - hash Style/Documentation: Enabled: false Style/NumericLiterals: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes Layout/LineLength: Max: 150 RSpec/ExampleLength: Max: 20 RSpec/MultipleExpectations: Max: 10
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
goldendocx-0.3.0 | .rubocop.yml |