mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-27 18:06:53 +00:00
54 lines
1.6 KiB
YAML
54 lines
1.6 KiB
YAML
rules:
|
|
american_english: ~
|
|
avoid_repetetive_words: ~
|
|
blank_line_after_directive: ~
|
|
blank_line_before_directive: ~
|
|
composer_dev_option_not_at_the_end: ~
|
|
correct_code_block_directive_based_on_the_content: ~
|
|
deprecated_directive_should_have_version: ~
|
|
ensure_order_of_code_blocks_in_configuration_block: ~
|
|
extension_xlf_instead_of_xliff: ~
|
|
indention: ~
|
|
lowercase_as_in_use_statements: ~
|
|
max_blank_lines:
|
|
max: 2
|
|
no_blank_line_after_filepath_in_php_code_block: ~
|
|
no_blank_line_after_filepath_in_twig_code_block: ~
|
|
no_blank_line_after_filepath_in_xml_code_block: ~
|
|
no_blank_line_after_filepath_in_yaml_code_block: ~
|
|
no_composer_req: ~
|
|
no_explicit_use_of_code_block_php: ~
|
|
no_inheritdoc: ~
|
|
no_namespace_after_use_statements: ~
|
|
no_php_open_tag_in_code_block_php_directive: ~
|
|
no_space_before_self_xml_closing_tag: ~
|
|
ordered_use_statements: ~
|
|
php_prefix_before_bin_console: ~
|
|
replace_code_block_types: ~
|
|
replacement: ~
|
|
short_array_syntax: ~
|
|
typo: ~
|
|
unused_links: ~
|
|
use_deprecated_directive_instead_of_versionadded: ~
|
|
use_https_xsd_urls: ~
|
|
valid_inline_highlighted_namespaces: ~
|
|
valid_use_statements: ~
|
|
versionadded_directive_should_have_version: ~
|
|
yaml_instead_of_yml_suffix: ~
|
|
yarn_dev_option_at_the_end: ~
|
|
|
|
versionadded_directive_major_version:
|
|
major_version: 3
|
|
|
|
versionadded_directive_min_version:
|
|
min_version: '3.0'
|
|
|
|
deprecated_directive_major_version:
|
|
major_version: 3
|
|
|
|
deprecated_directive_min_version:
|
|
min_version: '3.0'
|
|
|
|
whitelist:
|
|
lines:
|
|
- 'I like Twig.<br />'
|