Andreas Möller
|
02931b93f1
|
Fix: Do not bother ignoring non-existent file (#955)
|
2024-02-17 20:46:54 +03:00 |
|
Andreas Möller
|
b62cc508c8
|
Fix: Move cache file to .build/php-cs-fixer/ (#954)
|
2024-02-17 20:46:05 +03:00 |
|
Andreas Möller
|
bdd0a1cef8
|
Fix: Run friendsofphp/php-cs-fixer on src/ and tests/ only (#934)
|
2024-02-12 20:10:51 +03:00 |
|
Andreas Möller
|
59c070f557
|
Enhancement: Enable blank_line_after_opening_tag fixer (#875)
|
2023-12-07 16:57:19 +01:00 |
|
Andreas Möller
|
25d2dc1cc9
|
Enhancement: Enable no_spaces_after_function_name fixer (#883)
|
2023-12-07 15:35:31 +01:00 |
|
Andreas Möller
|
7406060c53
|
Enhancement: Enable include fixer (#885)
|
2023-12-07 15:25:48 +01:00 |
|
Andreas Möller
|
ec908ce246
|
Enhancement: Enable no_superfluous_elseif fixer (#884)
|
2023-12-07 15:21:04 +01:00 |
|
Andreas Möller
|
faf2e75920
|
Enhancement: Enable no_singleline_whitespace_before_semicolons fixer (#882)
|
2023-12-07 15:08:15 +01:00 |
|
Andreas Möller
|
06840acb9d
|
Enhancement: Enable blank_line_after_namespace fixer
|
2023-12-07 11:46:00 +00:00 |
|
Andreas Möller
|
2e6238f18a
|
Enhancement: Add match and parameters to element option of trailing_comma_in_multiline fixer
|
2023-12-07 11:45:47 +00:00 |
|
Andreas Möller
|
cb28db18fa
|
Enhancement: Enable is_null fixer
|
2023-12-07 11:45:18 +00:00 |
|
Andreas Möller
|
384f1dbc0a
|
Enhancement: Enable ternary_operator_spaces fixer
|
2023-12-07 11:45:04 +00:00 |
|
Andreas Möller
|
c093fb5382
|
Enhancement: Enable trailing_comma_in_multiline fixer (#647)
* Enhancement: Enable and configure trailing_comma_in_multiline fixer
* Fix: Run 'make coding-standards'
|
2023-12-06 23:16:28 +00:00 |
|
Andreas Möller
|
a528e6e91b
|
Enhancement: Enable no_mixed_echo_print fixer (#864)
|
2023-12-06 15:19:57 +01:00 |
|
Andreas Möller
|
9709f819a4
|
Enhancement: Enable class_definition fixer (#863)
|
2023-12-06 15:11:49 +01:00 |
|
Andreas Möller
|
08a7beea92
|
Enhancement: Enable function_declaration fixer (#862)
|
2023-12-06 15:10:28 +01:00 |
|
Andreas Möller
|
269cfd55c0
|
Enhancement: Enable elseif fixer (#859)
|
2023-12-06 14:45:36 +01:00 |
|
Andreas Möller
|
110813107f
|
Enhancement: Enable unary_operator_spaces fixer (#851)
* Enhancement: Enable unary_operator_spaces fixer
* Fix: Run 'make coding-standards'
|
2023-12-06 03:57:58 +00:00 |
|
Andreas Möller
|
b8df60d5a9
|
Enhancement: Update friendsofphp/php-cs-fixer (#849)
* Enhancement: Update friendsofphp/php-cs-fixer
* Fix: Run 'make coding-standards'
* Fix: Do not configure deprecated fixers
|
2023-12-05 14:10:35 +01:00 |
|
Andreas Möller
|
a8c736a079
|
Enhancement: Enable void_return fixer (#661)
* Enhancement: Enable void_return fixer
* Fix: Run 'make coding-standards'
|
2023-12-05 14:06:29 +01:00 |
|
Andreas Möller
|
73a9969168
|
Enhancement: Enable new_with_braces fixer (#697)
|
2023-08-29 11:21:41 +01:00 |
|
Sergey Panteleev
|
dd1bc4fb9f
|
Ignore version.inc file in CS-Fixer
Relates 0fc6d96
|
2022-09-30 13:32:44 +03:00 |
|
Andreas Möller
|
11c5706c39
|
Enhancement: Enable random_api_migration fixer
Co-authored-by: Mathias Reker <mathias@reker.dk>
Closes GH-699.
|
2022-09-16 13:51:25 +02:00 |
|
Andreas Möller
|
2ae10ff262
|
Enhancement: Enable and configure increment_style fixer
Co-authored-by: Mathias Reker <mathias@reker.dk>
Closes GH-698.
|
2022-09-12 15:27:05 +02:00 |
|
Andreas Möller
|
1ebc2c4996
|
Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
|
2022-08-22 19:17:38 +02:00 |
|
Andreas Möller
|
57f505ed58
|
Enhancement: Enable and configure concat_space fixer
Closes GH-657.
|
2022-08-22 19:04:47 +02:00 |
|
Andreas Möller
|
d9bcfed482
|
Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>
Closes GH-659.
|
2022-08-22 18:59:14 +02:00 |
|
Andreas Möller
|
c304829d21
|
Enhancement: Enable and configure class_attributes_separation fixer
Closes GH-643.
|
2022-08-22 18:00:08 +02:00 |
|
Andreas Möller
|
cdb83249d3
|
Enhancement: Enable switch_case_space fixer
Closes GH-669.
|
2022-08-22 16:59:10 +02:00 |
|
Sergey Panteleev
|
ce46c26db0
|
Ignore include/releases.inc file in CS-Fixer (#681)
|
2022-08-04 12:07:14 +03:00 |
|
Andreas Möller
|
2a01e8d922
|
Fix: Use relative file name, not absolute path to file
Closes GH-670.
|
2022-07-17 12:05:53 +02:00 |
|
Andreas Möller
|
f127de5db9
|
Enhancement: Enable strict_param fixer
We set strict param to false to ensure current behavior,
except for two cases where it is safe to go with true.
Closes GH-658.
|
2022-07-15 14:48:44 +02:00 |
|
Andreas Möller
|
b575ebd409
|
Enhancement: Include *.inc files (with exceptions)
Closes GH-662.
|
2022-07-15 13:57:08 +02:00 |
|
Andreas Möller
|
d7e1b8159c
|
Enhancement: Enable constant_case fixer
Co-authored-by: MathiasReker <mathias@reker.dk>
Closes GH-660.
|
2022-07-15 13:50:13 +02:00 |
|
Andreas Möller
|
b3c9551c93
|
Enhancement: Enable no_extra_blank_lines fixer
Closes GH-646.
|
2022-07-12 14:26:18 +02:00 |
|
Andreas Möller
|
aa0a6f3ee0
|
Enhancement: Enable line_ending fixer
Closes GH-645.
|
2022-07-12 13:50:03 +02:00 |
|
Andreas Möller
|
4bca56f307
|
Enhancement: Enable trim_array_spaces fixer
Closes GH-644.
|
2022-07-12 13:26:23 +02:00 |
|
Andreas Möller
|
a35d47d060
|
Enhancement: Enable ordered_class_elements fixer
Closes GH-641.
|
2022-07-12 12:39:00 +02:00 |
|
Andreas Möller
|
aab787eb10
|
Enhancement: Enable array_indentation fixer
Closes GH-634.
|
2022-07-12 12:25:12 +02:00 |
|
Andreas Möller
|
c68e5a9e4a
|
Enhancement: Enable single_space_after_construct fixer
Closes GH-640.
|
2022-07-12 11:44:23 +02:00 |
|
Andreas Möller
|
f3585d9bdf
|
Enhancement: Enable indentation_type fixer
Closes GH-622.
|
2022-07-11 20:34:20 +02:00 |
|
Andreas Möller
|
ba92fc90a2
|
Enhancement: Enable visibility_required fixer
Closes GH-639.
|
2022-07-11 20:16:40 +02:00 |
|
Andreas Möller
|
4b3e3c9a6b
|
Enhancement: Enable whitespace_after_comma_in_array fixer
Closes GH-637.
|
2022-07-11 20:13:00 +02:00 |
|
Andreas Möller
|
1b3e0e41c4
|
Enhancement: Enable no_trailing_whitespace fixer
Closes GH-636.
|
2022-07-11 19:54:57 +02:00 |
|
Andreas Möller
|
d3b6b3ed67
|
Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
Closes GH-559.
|
2022-07-11 19:19:15 +02:00 |
|