Skip to content

Commit

Permalink
Inspecting 1331 files
Browse files Browse the repository at this point in the history
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

1331 files inspected, no offenses detected

Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Oct 2, 2024
1 parent 401e5f4 commit 155468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/kernel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def odeprecated(method, replacement = nil,
require "tap"

tap = Tap.fetch(match[:user], match[:repository])
tap_message = +"\nPlease report this issue to the #{tap.full_name} tap"
tap_message = "\nPlease report this issue to the #{tap.full_name} tap"
tap_message += " (not Homebrew/brew or Homebrew/homebrew-core)" unless tap.official?
tap_message += ", or even better, submit a PR to fix it" if replacement
tap_message << ":\n #{line.sub(/^(.*:\d+):.*$/, '\1')}\n\n"
Expand Down

0 comments on commit 155468e

Please sign in to comment.