diff options
author | mms <git@sapka.me> | 2024-11-22 23:35:51 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-22 23:37:42 +0100 |
commit | c2623f1aa3638c988026b28f6a4131df6c61e0c6 (patch) | |
tree | c9a685d2997214bcb90f3659febc56f7ac85cbbb /.rubocop_todo.yml | |
parent | 64ab548e16fdc8fa862e2b432464f3d67f5d9db8 (diff) |
feat: allow to search for thread
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 8 |
1 files changed, 1 insertions, 7 deletions
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. |