From fc73956165594e658599565455469843749a70da Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Sat, 9 Jun 2018 17:21:53 +0200 Subject: [PATCH] scrutinizer-support. --- .scrutinizer.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..1165e72 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,18 @@ +filter: + excluded_paths: [tests/*] + +checks: + php: + remove_extra_empty_lines: true + remove_php_closing_tag: true + remove_trailing_whitespace: true + fix_use_statements: + remove_unused: true + preserve_multiple: false + preserve_blanklines: true + order_alphabetically: true + fix_php_opening_tag: true + fix_linefeed: true + fix_line_ending: true + fix_identation_4spaces: true + fix_doc_comments: true