Sha256: 647f68054082342a3b7bd80228496288aa3fe92ab4a8a5ecf031379993563bc6
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
require: - rubocop-rspec - rubocop-performance AllCops: DisplayCopNames: true DisplayStyleGuide: true StyleGuideCopsOnly: true TargetRubyVersion: 2.5 Metrics/LineLength: Max: 140 Metrics/ClassLength: Max: 150 Metrics/MethodLength: Max: 15 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.0 | .rubocop.yml |