diff options
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. |