From 87afb9bc90ab0e62b7770e2c0302584fb1926796 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 13 Dec 2023 10:09:56 -0500 Subject: [PATCH] Enable Minitest/AssertPredicate cop --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index fa7798293e..f918d4cb02 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,6 +18,9 @@ AllCops: - "test/fixtures/**/*" - "test/expectations/**/*" +Minitest/AssertPredicate: + Enabled: true + Naming/FileName: Exclude: - "lib/ruby-lsp.rb"