checks: php: code_rating: true duplication: true filter: excluded_paths: - 'mongodb_block/*' - 'mongodb_block_ui/*' - 'mongodb_field_storage/*' - 'mongodb_migrate/*' - 'mongodb_queue/*' - 'mongodb_session/*' - 'mongodb_watchdog/*' paths: - 'mongodb_cache/*'
filter: paths: - 'mongodb_path/*' excluded_paths: - '*.tpl.php' checks: php: code_rating: true duplication: true fix_php_opening_tag: true remove_php_closing_tag: true no_mixed_inline_html: true require_braces_around_control_structures: true psr2_control_structure_declaration: false avoid_superglobals: false security_vulnerabilities: true no_exit: true simplify_boolean_return: true return_doc_comments: true return_doc_comment_if_not_inferrable: true remove_extra_empty_lines: true properties_in_camelcaps: true parameter_doc_comments: true param_doc_comment_if_not_inferrable: true no_short_variable_names: minimum: '3' no_short_method_names: minimum: '' no_long_variable_names: maximum: '20' no_goto: true more_specific_types_in_doc_comments: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: true order_alphabetically: true fix_line_ending: true parameters_in_camelcaps: true javascript: { } coding_style: php: indentation: general: size: 2 spaces: around_operators: concatenation: true braces: if: else_on_new_line: true try: catch_on_new_line: true finally_on_new_line: true build: nodes: tests: true analysis: tests: override: - command: phpcs-run use_website_config: true - php-scrutinizer-run - js-scrutinizer-run