mirror of https://github.com/mastodon/mastodon
				
				
				
			Change dependency from annotate to annotaterb (#30232)
							parent
							
								
									c0c34d35e2
								
							
						
					
					
						commit
						3e44dca0b4
					
				@ -0,0 +1,59 @@
 | 
			
		||||
---
 | 
			
		||||
:position: before
 | 
			
		||||
:position_in_additional_file_patterns: before
 | 
			
		||||
:position_in_class: before
 | 
			
		||||
:position_in_factory: before
 | 
			
		||||
:position_in_fixture: before
 | 
			
		||||
:position_in_routes: before
 | 
			
		||||
:position_in_serializer: before
 | 
			
		||||
:position_in_test: before
 | 
			
		||||
:classified_sort: true
 | 
			
		||||
:exclude_controllers: true
 | 
			
		||||
:exclude_factories: true
 | 
			
		||||
:exclude_fixtures: true
 | 
			
		||||
:exclude_helpers: true
 | 
			
		||||
:exclude_scaffolds: true
 | 
			
		||||
:exclude_serializers: true
 | 
			
		||||
:exclude_sti_subclasses: true
 | 
			
		||||
:exclude_tests: true
 | 
			
		||||
:force: false
 | 
			
		||||
:format_markdown: false
 | 
			
		||||
:format_rdoc: false
 | 
			
		||||
:format_yard: false
 | 
			
		||||
:frozen: false
 | 
			
		||||
:ignore_model_sub_dir: false
 | 
			
		||||
:ignore_unknown_models: false
 | 
			
		||||
:include_version: false
 | 
			
		||||
:show_complete_foreign_keys: false
 | 
			
		||||
:show_foreign_keys: false
 | 
			
		||||
:show_indexes: false
 | 
			
		||||
:simple_indexes: false
 | 
			
		||||
:sort: false
 | 
			
		||||
:timestamp: false
 | 
			
		||||
:trace: false
 | 
			
		||||
:with_comment: true
 | 
			
		||||
:with_column_comments: true
 | 
			
		||||
:with_table_comments: true
 | 
			
		||||
:active_admin: false
 | 
			
		||||
:command:
 | 
			
		||||
:debug: false
 | 
			
		||||
:hide_default_column_types: ''
 | 
			
		||||
:hide_limit_column_types: 'integer,boolean'
 | 
			
		||||
:ignore_columns:
 | 
			
		||||
:ignore_routes:
 | 
			
		||||
:models: true
 | 
			
		||||
:routes: false
 | 
			
		||||
:skip_on_db_migrate: false
 | 
			
		||||
:target_action: :do_annotations
 | 
			
		||||
:wrapper:
 | 
			
		||||
:wrapper_close:
 | 
			
		||||
:wrapper_open:
 | 
			
		||||
:classes_default_to_s: []
 | 
			
		||||
:additional_file_patterns: []
 | 
			
		||||
:model_dir:
 | 
			
		||||
  - app/models
 | 
			
		||||
:require: []
 | 
			
		||||
:root_dir:
 | 
			
		||||
  - ''
 | 
			
		||||
 | 
			
		||||
:show_check_constraints: false
 | 
			
		||||
@ -0,0 +1,10 @@
 | 
			
		||||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
# This rake task was added by annotate_rb gem.
 | 
			
		||||
 | 
			
		||||
# Can set `ANNOTATERB_SKIP_ON_DB_TASKS` to be anything to skip this
 | 
			
		||||
if Rails.env.development? && ENV['ANNOTATERB_SKIP_ON_DB_TASKS'].nil?
 | 
			
		||||
  require 'annotate_rb'
 | 
			
		||||
 | 
			
		||||
  AnnotateRb::Core.load_rake_tasks
 | 
			
		||||
end
 | 
			
		||||
@ -1,46 +0,0 @@
 | 
			
		||||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
if Rails.env.development?
 | 
			
		||||
  task :set_annotation_options do
 | 
			
		||||
    Annotate.set_defaults(
 | 
			
		||||
      'routes' => 'false',
 | 
			
		||||
      'models' => 'true',
 | 
			
		||||
      'position_in_routes' => 'before',
 | 
			
		||||
      'position_in_class' => 'before',
 | 
			
		||||
      'position_in_test' => 'before',
 | 
			
		||||
      'position_in_fixture' => 'before',
 | 
			
		||||
      'position_in_factory' => 'before',
 | 
			
		||||
      'position_in_serializer' => 'before',
 | 
			
		||||
      'show_foreign_keys' => 'false',
 | 
			
		||||
      'show_indexes' => 'false',
 | 
			
		||||
      'simple_indexes' => 'false',
 | 
			
		||||
      'model_dir' => 'app/models',
 | 
			
		||||
      'root_dir' => '',
 | 
			
		||||
      'include_version' => 'false',
 | 
			
		||||
      'require' => '',
 | 
			
		||||
      'exclude_tests' => 'true',
 | 
			
		||||
      'exclude_fixtures' => 'true',
 | 
			
		||||
      'exclude_factories' => 'true',
 | 
			
		||||
      'exclude_serializers' => 'true',
 | 
			
		||||
      'exclude_scaffolds' => 'true',
 | 
			
		||||
      'exclude_controllers' => 'true',
 | 
			
		||||
      'exclude_helpers' => 'true',
 | 
			
		||||
      'ignore_model_sub_dir' => 'false',
 | 
			
		||||
      'ignore_columns' => nil,
 | 
			
		||||
      'ignore_routes' => nil,
 | 
			
		||||
      'ignore_unknown_models' => 'false',
 | 
			
		||||
      'hide_limit_column_types' => 'integer,boolean',
 | 
			
		||||
      'skip_on_db_migrate' => 'false',
 | 
			
		||||
      'format_bare' => 'true',
 | 
			
		||||
      'format_rdoc' => 'false',
 | 
			
		||||
      'format_markdown' => 'false',
 | 
			
		||||
      'sort' => 'false',
 | 
			
		||||
      'force' => 'false',
 | 
			
		||||
      'trace' => 'false',
 | 
			
		||||
      'wrapper_open' => nil,
 | 
			
		||||
      'wrapper_close' => nil
 | 
			
		||||
    )
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  Annotate.load_tasks
 | 
			
		||||
end
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue