]> git.mxchange.org Git - friendica.git/commitdiff
Add composer script to partial fix code style
authorArt4 <art4@wlabs.de>
Sun, 12 Jan 2025 21:04:38 +0000 (21:04 +0000)
committerArt4 <art4@wlabs.de>
Sun, 12 Jan 2025 21:04:38 +0000 (21:04 +0000)
composer.json

index 23dc4d49922732217979898d94c2b8ead00df297..89c8a9f41ded6e4dffde8fcf909c5e7162efc66a 100644 (file)
                "cs:fix": [
                        "@cs:install",
                        "bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix"
-               ]
+               ],
+               "cs:fix-develop": "TARGET_BRANCH=develop COMMAND=fix bin/dev/fix-codestyle.sh"
        }
 }