From e567e9f907a492ab28b5166aa7608f33178ee0c8 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Mon, 21 May 2018 21:56:07 +0200 Subject: [PATCH] Drop StyleCI multi-language support (paid feature now!) --- .styleci.yml | 53 ++++++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 35 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 78a9d45..1baf2fb 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,37 +1,20 @@ -php: - preset: recommended +preset: recommended - enabled: - - dir_constant - - ereg_to_preg - - mb_str_functions - - no_short_echo_tag - - strict_comparison - - phpdoc_link_to_see - - no_php4_constructor - - declare_strict_types - - unalign_double_arrow - - length_ordered_imports - - modernize_types_casting - - return_type_declaration - - not_operator_with_successor_space +enabled: + - dir_constant + - ereg_to_preg + - mb_str_functions + - no_short_echo_tag + - strict_comparison + - phpdoc_link_to_see + - no_php4_constructor + - declare_strict_types + - unalign_double_arrow + - length_ordered_imports + - modernize_types_casting + - return_type_declaration + - not_operator_with_successor_space - disabled: - - align_double_arrow - - alpha_ordered_imports - - finder: - not-name: - - "web.php" - -js: - tab-width: 4 - print-width: 120 - -ts: - tab-width: 4 - print-width: 120 - -css: - tab-width: 4 - print-width: 120 +disabled: + - align_double_arrow + - alpha_ordered_imports