Skip to content

Commit

Permalink
Disable Capybara/ClickLinkOrButtonStyle cop
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Sep 30, 2023
1 parent 4c0d445 commit c855dca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Rails:
Bundler/DuplicatedGem:
Enabled: false

# Doesn't work well yet
Capybara/ClickLinkOrButtonStyle:
Enabled: false

Layout/BeginEndAlignment:
EnforcedStyleAlignWith: begin

Expand Down

0 comments on commit c855dca

Please sign in to comment.