Sha256: a8a667e3a457f0dbd1e99d3f23942da6ab93d184958e8ef0c61b6eb50824647b
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
require: - solidus_dev_support/rubocop AllCops: Exclude: - sandbox/**/* - spec/dummy/**/* - vendor/bundle/**/* Layout/IndentFirstArgument: EnforcedStyle: consistent Layout/IndentFirstArrayElement: EnforcedStyle: consistent Metrics/LineLength: Max: 120 # We use this extensively, the alternatives are not viable or desirable. RSpec/AnyInstance: Enabled: false # Feature specs are not describing any class or module. RSpec/DescribeClass: Exclude: - spec/features/**/* # No need to make the code more complex for no real gain. RSpec/MessageSpies: Enabled: false # Let's consider legitimate to have multiple expectations within an example. RSpec/MultipleExpectations: Enabled: false # Allow to use subject as is, no big deal. RSpec/NamedSubject: Enabled: false # Let's set this to some really exagerate value. RSpec/NestedGroups: Max: 8 RSpec/VerifiedDoubles: # Sometimes you really need an "anything" double IgnoreSymbolicNames: true Style/FrozenStringLiteralComment: Exclude: - spec/**/* - db/migrate/**/* - bin/**/* Security/YAMLLoad: Exclude: - spec/**/*
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_paypal_commerce_platform-0.0.1 | .rubocop.yml |