mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
181 B
Ruby
8 lines
181 B
Ruby
![]() |
rule 'HB034', 'Bare unstyled URL used' do
|
||
|
tags :links, :url
|
||
|
aliases 'no-bare-unstyled-urls'
|
||
|
check do |doc|
|
||
|
doc.matching_text_element_lines(%r{(?<=\s)https?://})
|
||
|
end
|
||
|
end
|