]> git.openstreetmap.org Git - rails.git/blob - lib/tasks/annotate_rb.rake
Add frozen_string_literal comments to ruby files
[rails.git] / lib / tasks / annotate_rb.rake
1 # frozen_string_literal: true
2
3 # This rake task was added by annotate_rb gem.
4
5 # Can set `ANNOTATERB_SKIP_ON_DB_TASKS` to be anything to skip this
6 if Rails.env.development? && ENV["ANNOTATERB_SKIP_ON_DB_TASKS"].nil?
7   require "annotate_rb"
8
9   AnnotateRb::Core.load_rake_tasks
10 end