Sha256: 658024df77b623036e1eab774a3824569f482d7c26e6792e59fd5e09ac64e235
Contents?: true
Size: 706 Bytes
Versions: 1
Compression:
Stored size: 706 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: Include: - Rakefile - lib/**/*.rake Metrics/LineLength: Max: 100 Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/IndentArray: EnforcedStyle: consistent Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/MultilineOperationIndentation: EnforcedStyle: indented Style/RedundantBegin: Enabled: false Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma RSpec/MessageSpies: EnforcedStyle: receive # Will be able to do this in >= v1.11 # RSpec/DescribedClass: # EnforcedStyle: explicit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
percy-capybara-2.4.1 | .rubocop.yml |