-
Notifications
You must be signed in to change notification settings - Fork 0
/
.styleci.yml
70 lines (70 loc) · 1.56 KB
/
.styleci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
risky: true
version: 8.2
preset: none
monolithic: true
enabled:
- align_comments
- alpha_ordered_imports
- alpha_ordered_traits
- array_push
- assign_null_coalescing_to_coalesce_equal
- backtick_to_shell_exec
- blank_line_after_namespace
- blank_line_after_opening_tag
- cast_spaces
- const_visibility_required
- dir_constant
- group_import
- implode_call
- is_null
- logical_operators
- lowercase_cast
- lowercase_constants
- lowercase_keywords
- lowercase_static_reference
- mb_str_functions
- method_separation
- modernize_strpos
- modernize_types_casting
- native_function_casing
- no_closing_tag
- no_blank_lines_between_imports
- no_blank_lines_between_traits
- no_break_comment
- no_homoglyph_names
- no_leading_import_slash
- no_unused_imports
- no_unused_lambda_imports
- no_useless_concat_operator
- php_unit_construct
- php_unit_dedicate_assert
- php_unit_expectation
- php_unit_mock
- php_unit_mock_short_will_return
- php_unit_namespaced
- php_unit_no_expectation_annotation
- php_unit_strict
- php_unit_test_class_requires_covers
- phpdoc_types_null_last
- pow_to_exponentiation
- pre_increment
- property_visibility_required
- random_api_migration
- short_scalar_cast
- simplified_if_return
- standardize_not_equals
- strict_comparison
- ternary_to_null_coalescing
finder:
exclude:
- "modules"
- "node_modules"
- "nova"
- "nova-components"
- "storage"
- "spark"
- "vendor"
name: "*.php"
not-name:
- "*.blade.php"
- "_ide_helper.php"