makandra / makandra-rubocop

makandra's default Rubocop configuration
MIT License
6 stars 1 forks source link

Disable Capybara/ClickLinkOrButtonStyle #49

Closed foobear closed 1 month ago

foobear commented 2 months ago

This cop is configured as pending, but since we enable pending cops by default, it's enabled in our environments.

It will be deprecated in rubocop-capybara 3.0 anyway and I personally don't think it actually improves much.

Effectively, it currently adds noise which is irrelevant some time soon. IMO we should just disable it.

codener commented 1 month ago

Agreed.