|
| 1 | +rules: |
| 2 | + american_english: ~ |
| 3 | + avoid_repetetive_words: ~ |
| 4 | + blank_line_after_anchor: ~ |
| 5 | + blank_line_after_directive: ~ |
| 6 | + blank_line_before_directive: ~ |
| 7 | + composer_dev_option_not_at_the_end: ~ |
| 8 | + correct_code_block_directive_based_on_the_content: ~ |
| 9 | + deprecated_directive_should_have_version: ~ |
| 10 | + ensure_bash_prompt_before_composer_command: ~ |
| 11 | + ensure_correct_format_for_phpfunction: ~ |
| 12 | + ensure_exactly_one_space_before_directive_type: ~ |
| 13 | + ensure_exactly_one_space_between_link_definition_and_link: ~ |
| 14 | + ensure_explicit_nullable_types: ~ |
| 15 | + ensure_github_directive_start_with_prefix: |
| 16 | + prefix: 'Symfony' |
| 17 | + ensure_link_bottom: ~ |
| 18 | + ensure_link_definition_contains_valid_url: ~ |
| 19 | + ensure_order_of_code_blocks_in_configuration_block: ~ |
| 20 | + ensure_php_reference_syntax: ~ |
| 21 | + extend_abstract_controller: ~ |
| 22 | + # extension_xlf_instead_of_xliff: ~ |
| 23 | + forbidden_directives: |
| 24 | + directives: |
| 25 | + - '.. index::' |
| 26 | + indention: ~ |
| 27 | + lowercase_as_in_use_statements: ~ |
| 28 | + max_blank_lines: |
| 29 | + max: 2 |
| 30 | + max_colons: ~ |
| 31 | + no_app_console: ~ |
| 32 | + no_attribute_redundant_parenthesis: ~ |
| 33 | + no_blank_line_after_filepath_in_php_code_block: ~ |
| 34 | + no_blank_line_after_filepath_in_twig_code_block: ~ |
| 35 | + no_blank_line_after_filepath_in_xml_code_block: ~ |
| 36 | + no_blank_line_after_filepath_in_yaml_code_block: ~ |
| 37 | + no_brackets_in_method_directive: ~ |
| 38 | + no_composer_req: ~ |
| 39 | + no_directive_after_shorthand: ~ |
| 40 | + no_duplicate_use_statements: ~ |
| 41 | + no_footnotes: ~ |
| 42 | + no_inheritdoc: ~ |
| 43 | + no_merge_conflict: ~ |
| 44 | + no_namespace_after_use_statements: ~ |
| 45 | + no_php_open_tag_in_code_block_php_directive: ~ |
| 46 | + no_space_before_self_xml_closing_tag: ~ |
| 47 | + only_backslashes_in_namespace_in_php_code_block: ~ |
| 48 | + only_backslashes_in_use_statements_in_php_code_block: ~ |
| 49 | + ordered_use_statements: ~ |
| 50 | + php_prefix_before_bin_console: ~ |
| 51 | + remove_trailing_whitespace: ~ |
| 52 | + replace_code_block_types: ~ |
| 53 | + replacement: ~ |
| 54 | + short_array_syntax: ~ |
| 55 | + space_between_label_and_link_in_doc: ~ |
| 56 | + space_between_label_and_link_in_ref: ~ |
| 57 | + string_replacement: ~ |
| 58 | + title_underline_length_must_match_title_length: ~ |
| 59 | + typo: ~ |
| 60 | + unused_links: ~ |
| 61 | + use_deprecated_directive_instead_of_versionadded: ~ |
| 62 | + use_named_constructor_without_new_keyword_rule: ~ |
| 63 | + use_https_xsd_urls: ~ |
| 64 | + valid_inline_highlighted_namespaces: ~ |
| 65 | + valid_use_statements: ~ |
| 66 | + versionadded_directive_should_have_version: ~ |
| 67 | + yaml_instead_of_yml_suffix: ~ |
| 68 | + |
| 69 | + # master |
| 70 | + versionadded_directive_major_version: |
| 71 | + major_version: 1 |
| 72 | + |
| 73 | + versionadded_directive_min_version: |
| 74 | + min_version: '1.0' |
| 75 | + |
| 76 | + deprecated_directive_major_version: |
| 77 | + major_version: 7 |
| 78 | + |
| 79 | + deprecated_directive_min_version: |
| 80 | + min_version: '1.0' |
0 commit comments