|
| 1 | +--- |
| 2 | +:position: before |
| 3 | +:position_in_additional_file_patterns: before |
| 4 | +:position_in_class: before |
| 5 | +:position_in_factory: before |
| 6 | +:position_in_fixture: before |
| 7 | +:position_in_routes: before |
| 8 | +:position_in_serializer: before |
| 9 | +:position_in_test: before |
| 10 | +:classified_sort: true |
| 11 | +:exclude_controllers: true |
| 12 | +:exclude_factories: true |
| 13 | +:exclude_fixtures: true |
| 14 | +:exclude_helpers: true |
| 15 | +:exclude_scaffolds: true |
| 16 | +:exclude_serializers: true |
| 17 | +:exclude_sti_subclasses: false |
| 18 | +:exclude_tests: true |
| 19 | +:force: false |
| 20 | +:format_markdown: false |
| 21 | +:format_rdoc: false |
| 22 | +:format_yard: false |
| 23 | +:frozen: false |
| 24 | +:grouped_polymorphic: false |
| 25 | +:ignore_model_sub_dir: false |
| 26 | +:ignore_unknown_models: false |
| 27 | +:include_version: false |
| 28 | +:show_check_constraints: false |
| 29 | +:show_complete_foreign_keys: false |
| 30 | +:show_foreign_keys: true |
| 31 | +:show_indexes: true |
| 32 | +:show_indexes_include: false |
| 33 | +:simple_indexes: false |
| 34 | +:sort: false |
| 35 | +:timestamp: false |
| 36 | +:trace: false |
| 37 | +:with_comment: true |
| 38 | +:with_column_comments: true |
| 39 | +:with_table_comments: true |
| 40 | +:position_of_column_comment: :with_name |
| 41 | +:active_admin: false |
| 42 | +:command: |
| 43 | +:debug: false |
| 44 | +:hide_default_column_types: '' |
| 45 | +:hide_limit_column_types: '' |
| 46 | +:timestamp_columns: |
| 47 | + - created_at |
| 48 | + - updated_at |
| 49 | +:ignore_columns: |
| 50 | +:ignore_routes: |
| 51 | +:models: true |
| 52 | +:routes: false |
| 53 | +:skip_on_db_migrate: false |
| 54 | +:target_action: :do_annotations |
| 55 | +:wrapper: |
| 56 | +:wrapper_close: |
| 57 | +:wrapper_open: |
| 58 | +:classes_default_to_s: [] |
| 59 | +:additional_file_patterns: [] |
| 60 | +:model_dir: |
| 61 | + - app/models |
| 62 | +:require: [] |
| 63 | +:root_dir: |
| 64 | + - '' |
0 commit comments