Sha256: d3fcbe55b99ef0ea040ecfed0231e22da90c092c56fe608adae6e1fcc09a1d62
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: Include: - Rakefile - lib/**/*.rake Lint/EndAlignment: EnforcedStyleAlignWith: variable Metrics/LineLength: Max: 100 Style/CaseIndentation: EnforcedStyle: end Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/IndentArray: EnforcedStyle: consistent Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/MultilineOperationIndentation: EnforcedStyle: indented # Disable Style/NumericLiterals so numbers don't need underscores Style/NumericLiterals: Enabled: false Style/NumericPredicate: EnforcedStyle: comparison Style/RedundantBegin: Enabled: false Style/RegexpLiteral: EnforcedStyle: slashes AllowInnerSlashes: true Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInArguments: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: consistent_comma RSpec/MessageSpies: EnforcedStyle: receive # Will be able to do this in >= v1.11 # RSpec/DescribedClass: # EnforcedStyle: explicit
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
percy-capybara-2.5.0 | .rubocop.yml |
percy-capybara-2.4.5 | .rubocop.yml |
percy-capybara-2.4.4 | .rubocop.yml |
percy-capybara-2.4.3 | .rubocop.yml |
percy-capybara-2.4.2 | .rubocop.yml |