From 5896956ee97f26a2bd59db1178fc26817db9ee36 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 10 Sep 2025 17:16:13 +0200 Subject: search: Discard comments when filtering via 'kind' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 764bab0..cfd8e63 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -44,7 +44,7 @@ Layout/LineLength: # The default is just too small. Metrics/AbcSize: - Max: 30 + Max: 40 # We will skip it for tests. Metrics/ClassLength: -- cgit v1.2.3