mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
annotate models
This commit is contained in:
@ -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?)
|
||||
if(Rails.env.development? || Rails.env.test?)
|
||||
task :set_annotation_options do
|
||||
# You can override any of these by setting an environment variable of the
|
||||
# same name.
|
||||
@ -18,8 +18,10 @@ if(Rails.env.development?)
|
||||
'require' => "",
|
||||
'exclude_tests' => "true",
|
||||
'exclude_fixtures' => "true",
|
||||
'exclude_helpers' => "true",
|
||||
'exclude_factories' => "true",
|
||||
'exclude_serializers' => "true",
|
||||
'exclude_controllers' => "true",
|
||||
'ignore_model_sub_dir' => "false",
|
||||
'skip_on_db_migrate' => "true",
|
||||
'format_bare' => "true",
|
||||
|
Reference in New Issue
Block a user