Skip to content
Snippets Groups Projects
Commit 90d16a8f authored by Mike McQuaid's avatar Mike McQuaid
Browse files

dev-cmd/aspell-dictionaries: fix Rubocop warnings.

parent 8448fe17
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ module Homebrew
open("#{dict_url}/0index.html") do |content|
content.each_line do |line|
break if %r{^</table} === line
next unless /^<tr><td><a/ === line
break if %r{^</table} =~ line
next unless /^<tr><td><a/ =~ line
fields = line.split('"')
lang = fields[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment