diff --git a/.rubocop.yml b/.rubocop.yml index 076712931f..8d1f05c64e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,10 @@ Rails: Bundler/DuplicatedGem: Enabled: false +# Doesn't work well yet +Capybara/ClickLinkOrButtonStyle: + Enabled: false + Layout/BeginEndAlignment: EnforcedStyleAlignWith: begin