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:
commit
d1cdf52db6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue