Commit Graph

65 Commits

Author SHA1 Message Date
ErickSkrauch 390cfbd1f2
Fix composer.lock 2024-01-24 03:51:14 +01:00
ErickSkrauch b80c930d01
Update year in the LICENSE 2024-01-23 06:07:47 +01:00
ErickSkrauch 30b1946616
Upgrade ruleset up to PHP-CS-Fixer v3.48 2024-01-23 06:07:12 +01:00
ErickSkrauch 259b5cc89c
Fix an error in the code style sample 😅 2024-01-23 05:20:06 +01:00
ErickSkrauch ca58c15e3f
Prepare 1.0.1 release 2023-07-21 06:12:46 +02:00
ErickSkrauch e6bac9d44b
Adjust comment_to_phpdoc fixer to exclude PHPStan error supression tags 2023-07-21 05:37:25 +02:00
ErickSkrauch 7c4ed0f859
Prepare 1.0.0 release 2023-05-17 23:35:51 +02:00
ErickSkrauch ee30eaf4ad
Update missing CHANGELOG entry 2023-05-17 23:21:40 +02:00
ErickSkrauch e86f8ed2cc
Remove class_definition::space_before_parenthesis param to keep the same behavior as before 2023-05-17 23:21:05 +02:00
ErickSkrauch c794507936
Update rules 2023-05-17 23:01:23 +02:00
ErickSkrauch 5373d05c91
Depend on a stable version of the erickskrauch/php-cs-fixer-custom-fixers 2023-05-17 20:08:37 +02:00
ErickSkrauch 62932ec0f7
Resolves #16. Split repository and move all custom fixers to separate repository 2023-05-17 19:54:10 +02:00
ErickSkrauch 84dd1184b8
Prepare 0.5.0 release 2023-04-08 21:37:10 +02:00
ErickSkrauch 7d36ce912c
Fixes #13. Implemented Ely\multiline_if_statement_braces fixer 2023-04-08 21:07:39 +02:00
ErickSkrauch e9ad4a94ab
Fix Unreleased changelog link 2023-03-28 22:15:20 +02:00
ErickSkrauch 6d572ae421
Add fixer to place promoted properties on a new line when there is more than 1 parameter 2023-03-24 01:13:24 +01:00
ErickSkrauch 050dfe6399
Revisit BlackLineAroundClassBodyFixer 2023-03-24 00:40:48 +01:00
ErickSkrauch b85d0d5c01
Cover properties promotion cases for Ely\align_multiple_parameters fixer 2023-03-23 17:09:01 +01:00
ErickSkrauch 5ae374f6cd
Fix build shield 2023-03-23 03:44:14 +01:00
ErickSkrauch 6956e0271e
Fixes #12. Implemented Ely\align_multiline_parameters 2023-03-23 03:36:47 +01:00
ErickSkrauch 4a4f556d7b
Update LICENSE year 2023-03-22 20:41:26 +01:00
ErickSkrauch 6e9d815a1f
Fixes #9. Add space before next meaningful line of code and skip comments 2023-03-22 20:41:04 +01:00
ErickSkrauch 22dcb418fb
Update CHANGELOG 2023-03-22 20:39:19 +01:00
ErickSkrauch 2d215dc761
Fixes #10. Don't count string interpolation as a scope beginning 2023-03-22 18:42:39 +01:00
ErickSkrauch 6f14beec28
Fix PHPUnit configuration 2023-03-22 14:03:19 +01:00
ErickSkrauch de3a1f841c
Fix GitHub Actions deprecation 2022-12-06 22:31:30 +01:00
ErickSkrauch 243db94429
Prepare Readme 2022-12-06 22:27:18 +01:00
ErickSkrauch 251ebc529c
Fix fn spacing rule, upgrade to the latest PHP-CS-Fixer and add a new rule 2022-12-06 22:21:28 +01:00
ErickSkrauch 2db4af0180
Adjust rules after production projects checks 2022-10-12 21:58:27 +02:00
ErickSkrauch f2d1b6164e
Set correct minimal version of PHP-CS-Fixer 2022-10-06 04:34:17 +02:00
ErickSkrauch 793b156b17
Remove const param from class_attributes_separation rule to allow grouping of consts with the same context 2022-10-05 17:10:11 +02:00
ErickSkrauch c3a8b869d1
Fix README.md 2022-09-22 18:02:19 +02:00
ErickSkrauch 137a89820c
Merge branch 'php-cs-fixer-3' 2022-09-20 02:51:02 +02:00
ErickSkrauch d4092c6e92
Add composer normalizer 2022-09-20 02:50:21 +02:00
ErickSkrauch 5865b15c88
Introduce Github Actions as a replacement of the Travis CI 2022-09-20 02:50:21 +02:00
ErickSkrauch 18806e41e2
Migrate to PHP-CS-Fixer 3. Upgrade custom rules. Upgrade ruleset. 2022-09-20 02:50:21 +02:00
ErickSkrauch ad25ce897b
Allow PHP 8.0. There is no release since I need to go over the new rules, drop the old PHP versions and reimplement the CI 2021-05-13 16:18:57 +02:00
ErickSkrauch f327f14347 Bump minimal php-cs-fixer version to 2.15.0. Add additional rules. 2019-10-12 01:17:25 +03:00
ErickSkrauch bb403214d9
disable self_accessor rule 2019-04-30 17:30:49 +03:00
ErickSkrauch 2140798d0a
Update CHANGELOG 2019-02-23 20:29:08 +03:00
ErickSkrauch d8eafd4505 First set of fixes 2019-02-23 02:26:51 +03:00
ErickSkrauch 714a38d53e Bump minimal php-cs-fixer version to 2.13.0. Add additional rules. 2019-02-23 02:05:20 +03:00
ErickSkrauch 08483a26e2
Update CHANGELOG 2019-02-22 20:50:04 +03:00
ErickSkrauch 3d5d40b2b7
Do not run CI on nightly php release [skip ci] 2019-02-22 20:46:40 +03:00
ErickSkrauch e617efc11c
More accurate dependencies update 2019-02-22 20:43:39 +03:00
ErickSkrauch a6d1aa7265
Upgrade php-cs-fixer 2019-02-22 20:20:30 +03:00
ErickSkrauch 3ab60f5bd5
Fix compatibility with the PHP-CS-Fixer 2.13.3 and above 2019-02-18 15:52:12 +03:00
ErickSkrauch 06a37576ee
Merge pull request #7 from cotsog/patch-1
Move test stage at the root
2018-08-15 17:24:30 +03:00
Dominic Jodoin 95e0f0f702
Move test stage at the root 2018-08-13 13:22:00 -04:00
erickskrauch 0d20175b0a
Add some cool shields 😙 2018-08-08 10:41:10 +03:00