Skip to content

Commit

Permalink
Suppress rubocop warning
Browse files Browse the repository at this point in the history
Fix `W: Lint/RedundantCopDisableDirective: Unnecessary disabling of Lint/SuppressedException.`

See https://travis-ci.org/github/winebarrel/ridgepole/builds/676642173
  • Loading branch information
hashedhyphen committed Apr 18, 2020
1 parent 642a87c commit e5273f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ridgepole/external_sql_executer.rb
Expand Up @@ -41,7 +41,7 @@ def execute(sql)
end
end
end
rescue EOFError # rubocop:disable Lint/SuppressedException
rescue EOFError
# nothing to do
end

Expand Down

0 comments on commit e5273f4

Please sign in to comment.