░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/rubocop-capybara-2.18.0
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: README.md
# RuboCop Capybara [](https://gitter.im/rubocop-rspec/Lobby) [](https://rubygems.org/gems/rubocop-capybara)  [Capybara](https://teamcapybara.github.io/capybara)-specific analysis for your projects, as an extension to [RuboCop](https://github.com/rubocop/rubocop). ## Installation Just install the `rubocop-capybara` gem ```bash gem install rubocop-capybara ``` or if you use bundler put this in your `Gemfile` ``` gem 'rubocop-capybara', require: false ``` ## Usage You need to tell RuboCop to load the Capybara extension. There are three ways to do this: ### RuboCop configuration file Put this into your `.rubocop.yml`. ```yaml require: rubocop-capybara ``` Alternatively, use the following array notation when specifying multiple extensions. ```yaml require: - rubocop-other-extension - rubocop-capybara ``` Now you can run `rubocop` and it will automatically load the RuboCop Capybara cops together with the standard cops. ### Command line ```bash rubocop --require rubocop-capybara ``` ### Rake task ```ruby RuboCop::RakeTask.new do |task| task.requires << 'rubocop-capybara' end ``` ## Documentation You can read more about RuboCop Capybara in its [official manual](https://docs.rubocop.org/rubocop-capybara). ## The Cops All cops are located under [`lib/rubocop/cop/capybara`](lib/rubocop/cop/capybara), and contain examples/documentation. In your `.rubocop.yml`, you may treat the Capybara cops just like any other cop. For example: ```yaml Capybara/SpecificMatcher: Exclude: - spec/my_spec.rb ``` ## Contributing Checkout the [contribution guidelines](.github/CONTRIBUTING.md). ## License `rubocop-capybara` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for the full text.
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 config/
DIR
—
2023-09-24 03:48
📁 lib/
DIR
—
2023-09-24 03:48
📄 CHANGELOG.md
MD
3.7 KB
2023-09-24 03:48
EDIT
📄 CODE_OF_CONDUCT.md
MD
889 B
2023-09-24 03:48
EDIT
📄 MIT-LICENSE.md
MD
1.1 KB
2023-09-24 03:48
EDIT
📄 README.md
MD
1.9 KB
2023-09-24 03:48
EDIT