Sha256: c661d6115e75de8c05d0a82f1573bec4c5600c94f9824361dd099aa1f96632c1
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
require: - rubocop-rspec AllCops: DisplayCopNames: true DisplayStyleGuide: true StyleGuideCopsOnly: true TargetRubyVersion: 2.5 Metrics/LineLength: Max: 140 Metrics/ClassLength: Max: 150 Metrics/MethodLength: Max: 15 Metrics/BlockLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/RescueStandardError: Enabled: false Layout/ClassStructure: Enabled: true Categories: module_inclusion: - include - prepend - extend associations: - has_one - has_many - belongs_to - has_and_belongs_to_many ExpectedOrder: - module_inclusion - constants - associations - public_class_methods - initializer - public_methods - protected_methods - private_methods RSpec/ExampleLength: Enabled: false RSpec/NestedGroups: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/MessageChain: Enabled: false RSpec/ContextWording: Enabled: false RSpec/AnyInstance: Enabled: false RSpec/MessageSpies: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
truemail-rspec-0.1.1 | .rubocop.yml |