From 7e1732e6b95266ac767eec9b64a4064c74bb1e6b Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Fri, 9 Jul 2021 15:13:27 +0200 Subject: [PATCH] Don't look at minitest files in rspec cop. --- .rubocop/default.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop/default.yml b/.rubocop/default.yml index 46cfcab7f..6f4eb5a73 100644 --- a/.rubocop/default.yml +++ b/.rubocop/default.yml @@ -328,6 +328,10 @@ Lint/UnusedMethodArgument: RSpec/NestedGroups: Max: 6 +RSpec/Rails/AvoidSetupHook: + Exclude: + - "test/**/*" + Zammad/PreferNegatedIfOverUnless: Exclude: - 'bin/rspec'