From 64e2bca8326bd46a2ad80b6a7a430dea0f81ff6b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Mar 2024 11:34:28 +0100 Subject: Added rubocop-minitest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 555e7e8..89339fe 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,7 @@ AllCops: require: - rubocop-rails - rubocop-performance + - rubocop-minitest # # Layout @@ -104,3 +105,10 @@ Style/AsciiComments: Naming/MethodParameterName: MinNameLength: 2 AllowedNames: [_, n] + +# +# Minitest +# + +Minitest/MultipleAssertions: + Max: 5 -- cgit v1.2.3