From 6f9648805e29b502ebe41a9df1831bcb2c6fb1d0 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Wed, 27 Aug 2025 20:51:30 +0300 Subject: [PATCH] chore: remove unused rules from nvim selene setup --- nvim.toml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/nvim.toml b/nvim.toml index 50dc11f..b0fce0c 100644 --- a/nvim.toml +++ b/nvim.toml @@ -3,43 +3,3 @@ any = true [MiniTest] any = true - -[describe] -any = true -[[describe.args]] -type = "string" -[[describe.args]] -type = "function" - -[it] -any = true -[[it.args]] -type = "string" -[[it.args]] -type = "function" - -[before_each] -any = true -[[before_each.args]] -type = "function" -[[after_each.args]] -type = "function" - -[assert] -any = true - -[assert.is_not] -any = true - -[[assert.equals.args]] -type = "any" -[[assert.equals.args]] -type = "any" -[[assert.equals.args]] -type = "any" -required = false - -[[assert.same.args]] -type = "any" -[[assert.same.args]] -type = "any"