From 70ae2e11a529eec417ea6b4c4edac177eafe05fb Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 21 Nov 2020 03:43:03 +0300 Subject: [PATCH] Update StyleCI config --- .styleci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index d5093f0..d1357ee 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -10,8 +10,11 @@ finder: - resources - views - public + - templates not-name: - UnionCar.php + - TimerUnionTypes.php + - schema1.php enabled: - alpha_ordered_imports @@ -36,13 +39,11 @@ enabled: - native_function_casing - native_function_type_declaration_casing - no_alias_functions - - no_alternative_syntax - no_empty_comment - no_empty_phpdoc - no_empty_statement - no_extra_block_blank_lines - no_short_bool_cast - - no_short_echo_tag - no_superfluous_elseif - no_unneeded_control_parentheses - no_unneeded_curly_braces @@ -72,7 +73,6 @@ enabled: - phpdoc_type_to_var - phpdoc_types - phpdoc_types_order - - phpdoc_var_without_name - print_to_echo - regular_callable_call - return_assignment