Sha256: 5584b45d59a64377f89f3ae547c4774317e8983c4d5844c54d53810d0212695e
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
require: - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 2.7 NewCops: enable Layout/LineLength: Max: 120 Metrics/MethodLength: Max: 20 Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes RSpec/ExampleLength: Max: 50 RSpec/MultipleExpectations: Max: 10 RSpec/NestedGroups: Max: 4 RSpec/Rails/InferredSpecType: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capybara_mock-0.1.0 | .rubocop.yml |