1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

Fix WARNINGS flag inside guides/Rakefile
This commit is contained in:
Yves Senn 2015-07-31 15:37:54 +02:00
commit d1cdf52db6

View file

@ -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