From bac58154d9a8034675fd66dd55796f1373c84c2a Mon Sep 17 00:00:00 2001 From: Adrien Gallou Date: Sat, 25 Feb 2017 10:34:00 +0100 Subject: [PATCH] ajout configuration styleci --- .styleci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 000000000..6fcc31ffe --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,22 @@ +preset: psr2 + +enabled: + - blankline_after_open_tag + - concat_with_spaces + - join_function + - native_function_casing + - no_blank_lines_after_class_opening + - ordered_use + - phpdoc_no_access + - remove_leading_slash_use + - self_accessor + - short_array_syntax + - spaces_cast + - unused_use + - whitespacy_lines + +finder: + name: + - "*.php" + path: + - "sources/AppBundle"