Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 630 Bytes

index.adoc

File metadata and controls

14 lines (10 loc) · 630 Bytes

RuboCop Capybara

Capybara-specific analysis for your projects, as an extension to RuboCop.

RuboCop Capybara follows the RuboCop versioning guide. In a nutshell, between major versions new cops are introduced in a special pending status. That means that they won’t be run unless explicitly told otherwise. RuboCop will warn on start that certain cops are neither explicitly enabled and disabled. On a major version release, all pending cops are enabled.

Project Goals

  • Simplify the process of adopting new Capybara functionality