Skip to content

Commit

Permalink
Merge pull request #21063 from cmisenas/fix-guides-warning-env
Browse files Browse the repository at this point in the history
Fix WARNINGS flag inside guides/Rakefile
  • Loading branch information
senny committed Jul 31, 2015
2 parents 5ca385c + 7fb8a7e commit d1cdf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1cdf52

Please sign in to comment.