提交 d1cdf52d 编写于 作者: Y Yves Senn

Merge pull request #21063 from cmisenas/fix-guides-warning-env

Fix WARNINGS flag inside guides/Rakefile
......@@ -7,7 +7,7 @@ namespace :guides do
desc "Generate HTML guides"
task :html do
ENV["WARN_BROKEN_LINKS"] = "1" # authors can't disable this
ENV["WARNINGS"] = "1" # authors can't disable this
ruby "rails_guides.rb"
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册