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"