diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 533d31d..e636a8b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -45,13 +45,6 @@ Lint/RescueException: - 'lib/nickserver/config.rb' - 'lib/nickserver/couch/fetch_key.rb' -# Offense count: 2 -# Cop supports --auto-correct. -# Configuration parameters: AllowUnusedKeywordArguments. -Lint/UnusedBlockArgument: - Exclude: - - 'Rakefile' - # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods. |