From c8b12969295b0ead20d448176f971978d9061cf9 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 29 Oct 2016 10:19:09 +0200 Subject: [PATCH] add adjusted StyleCI ruleset --- .styleci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 00000000..eac39fb8 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,24 @@ +preset: recommended + +risky: false + +enabled: + - no_empty_comment + - align_equals + +disabled: + - blank_line_after_opening_tag + - blank_line_before_return + - concat_without_spaces + - declare_equal_normalize + - heredoc_to_nowdoc + - method_argument_space + - new_with_braces + - phpdoc_align + - phpdoc_no_access + - phpdoc_separation + - phpdoc_single_line_var_spacing + - phpdoc_summary + - short_array_syntax + - single_line_after_imports + - unalign_equals