mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
cask: remove pre_bug_report links
This commit is contained in:
parent
e30eeb3d1b
commit
7c048b6f71
@ -4,8 +4,7 @@ require "stringio"
|
|||||||
|
|
||||||
require "hbc/utils/file"
|
require "hbc/utils/file"
|
||||||
|
|
||||||
PREBUG_URL = "https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md".freeze
|
BUG_REPORTS_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze
|
||||||
ISSUES_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze
|
|
||||||
|
|
||||||
# monkeypatch Object - not a great idea
|
# monkeypatch Object - not a great idea
|
||||||
class Object
|
class Object
|
||||||
@ -96,11 +95,7 @@ module Hbc
|
|||||||
def self.error_message_with_suggestions
|
def self.error_message_with_suggestions
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Follow the instructions here:
|
Follow the instructions here:
|
||||||
#{Formatter.url(PREBUG_URL)}
|
#{Formatter.url(BUG_REPORTS_URL)}
|
||||||
|
|
||||||
If this doesn’t fix the problem, please report this bug:
|
|
||||||
#{Formatter.url(ISSUES_URL)}
|
|
||||||
|
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@ describe Hbc::DSL, :cask do
|
|||||||
.*
|
.*
|
||||||
Unexpected method 'future_feature' called on Cask unexpected-method-cask\\.
|
Unexpected method 'future_feature' called on Cask unexpected-method-cask\\.
|
||||||
.*
|
.*
|
||||||
https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md
|
|
||||||
.*
|
|
||||||
https://github.com/caskroom/homebrew-cask#reporting-bugs
|
https://github.com/caskroom/homebrew-cask#reporting-bugs
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user