filter: excluded_paths: - 'tests/*' - 'src/global.php'
filter: excluded_paths: - 'tests/*' checks: php: code_rating: true custom_coding_standard: git_repository: 'https://github.com/jasny/php-code-quality.git' ruleset_path: ruleset.xml uppercase_constants: true simplify_boolean_return: true return_doc_comment_if_not_inferrable: true param_doc_comment_if_not_inferrable: true optional_parameters_at_the_end: true no_goto: true more_specific_types_in_doc_comments: true line_length: max_length: '120' classes_in_camel_caps: true avoid_perl_style_comments: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false braces: classes_functions: class: new-line function: new-line closure: end-of-line if: opening: end-of-line always: false for: opening: end-of-line while: opening: end-of-line do_while: opening: end-of-line switch: opening: end-of-line try: opening: end-of-line upper_lower_casing: keywords: general: lower constants: true_false_null: lower tools: external_code_coverage: true