Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Drop StyleCI multi-language support (paid feature now!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed May 21, 2018
1 parent 2df5c1a commit e567e9f
Showing 1 changed file with 18 additions and 35 deletions.
53 changes: 18 additions & 35 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e567e9f

Please sign in to comment.