From a6cf25e2172c415f171a3e70f1612dcd438f318b Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 23 Oct 2016 00:13:53 +0100 Subject: [PATCH] add styleci.yml --- .styleci.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000..6acc556 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,34 @@ +preset: laravel + +risky: true + +enabled: + - unalign_double_arrow + - combine_consecutive_unsets + - concat_with_spaces + - dir_constant + - ereg_to_preg + - linebreak_after_opening_tag + - modernize_types_casting + - no_blank_lines_before_namespace + - no_empty_comment + - no_php4_constructor + - no_short_echo_tag + - no_useless_else + - ordered_class_elements + - ordered_imports + - php_unit_construct + - php_unit_dedicate_assert + - php_unit_strict + - phpdoc_order + - phpdoc_property + - phpdoc_separation + - random_api_migration + - semicolon_after_instruction + - strict_comparison + - strict_param + +disabled: + - concat_without_spaces + - single_blank_line_before_namespace + - not_operator_with_successor_space -- libgit2 1.7.2