From c2623f1aa3638c988026b28f6a4131df6c61e0c6 Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 22 Nov 2024 23:35:51 +0100 Subject: feat: allow to search for thread --- .rubocop_todo.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.rubocop_todo.yml') diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a1404a9..fbaf0c0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -12,13 +12,7 @@ Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - - 'lib/chotto.rb' - - 'lib/chotto/config.rb' - - 'lib/chotto/database.rb' - - 'lib/chotto/helpers.rb' - - 'lib/chotto/message.rb' - - 'lib/chotto/messages.rb' - - 'lib/chotto/tags.rb' + - 'lib/**/*' # Offense count: 2 # Configuration parameters: AllowedVariables. -- cgit v1.2.3