diff --git a/.rubocop.yml b/.rubocop.yml index 9a77f0970..25cea370c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -39,6 +39,7 @@ Metrics/LineLength: Metrics/AbcSize: Exclude: - 'spec/**/*' + - 'features/**/*' # Allow expect {}.to blocks in specs # but not in the code