diff options
author | Azul <azul@riseup.net> | 2016-05-25 13:00:41 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-25 13:00:41 +0200 |
commit | 5c0fa0fb7b10820f2956807cb457421bf1e00708 (patch) | |
tree | cb1cb31ba7a59fb2c70ce4fa853c83ad38ad1d4d /.rubocop_todo.yml | |
parent | 80e8ce856c8b9305327db1038f356b2b62da10bb (diff) |
rubocop: fix unused block params
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. |