]> git.openstreetmap.org Git - rails.git/commitdiff
Fix new rubocop warnings
authorTom Hughes <tom@compton.nu>
Tue, 31 Oct 2023 18:16:46 +0000 (18:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 31 Oct 2023 18:16:46 +0000 (18:16 +0000)
lib/tasks/auto_annotate_models.rake

index 103e7fcc9aa8312d9d143769264d6c9f71b521be..e5ea3700aa5b1a7807d7b33aba55d7634267e0ca 100644 (file)
@@ -1,7 +1,7 @@
 # NOTE: only doing this in development as some production environments (Heroku)
 # NOTE: are sensitive to local FS writes, and besides -- it's just not proper
 # NOTE: to have a dev-mode tool do its thing in production.
-if Rails.env.development? || Rails.env.test?
+if Rails.env.local?
   task :set_annotation_options => :environment do
     # You can override any of these by setting an environment variable of the
     # same name.