Skip to content

RuboCop: Enable previously disabled cops for Capybara/* and Naming/*

Peter Leitzen requested to merge pl-rubocop-todo-enable-capybara-naming into master

What does this MR do and why?

This MR enables the following 👮 rules which were disabled only due to too many offenses:

All pending TODOs have been regenerated via

rake 'rubocop:todo:generate[
  Capybara/VisibilityMatcher,
  Naming/HeredocDelimiterNaming,
  Naming/RescuedExceptionsVariableName
]'

How to set up and validate locally

rake 'rubocop:todo:generate[
  Capybara/VisibilityMatcher,
  Naming/HeredocDelimiterNaming,
  Naming/RescuedExceptionsVariableName
]'

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports

Loading