Fix new rubocop warnings
This commit is contained in:
parent
2c9c8f4e93
commit
0e74b21cb2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue