Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: revamp lint and fix tasks naming #120

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

COil
Copy link
Member

@COil COil commented Nov 26, 2024

Q A
Branch? main
Cleanup? yes
Bug fix? no
Fixed tickets NA
New feature? no
Doc added? yes
Tests pass? yes
Deprecations? no
License MIT

@COil COil added the documentation Improvements or additions to documentation label Nov 26, 2024
@COil COil self-assigned this Nov 26, 2024
@COil COil force-pushed the chore/revamp-linters-and-fixers-tasks branch from ceddbb3 to 6493426 Compare November 26, 2024 06:33
@COil COil added the chore chore or cleanup label Nov 26, 2024
@COil
Copy link
Member Author

COil commented Nov 26, 2024

Result for make :

 —— 🎶 The MicroSymfony Makefile 🎶 ——————————————————————————————————————————
help                           Outputs this help screen
 —— Symfony binary 💻 ————————————————————————————————————————————————————————
start                          Serve the application with the Symfony binary
stop                           Stop the web server
 —— Symfony 🎶  ——————————————————————————————————————————————————————————————
go-prod                        Switch to the production environment
go-dev                         Switch to the development environment
warmup                         Warmup the dev cache for the static analysis
purge                          Purge all Symfony cache and logs
 —— Tests ✅ —————————————————————————————————————————————————————————————————
test                           Run all PHPUnit tests
coverage                       Generate the HTML PHPUnit code coverage report (stored in var/coverage)
cov-report                     Open the PHPUnit code coverage report (var/coverage/index.html)
 —— Coding standards/lints ✨ ————————————————————————————————————————————————
stan                           Run the PHPStan static analysis
fix-php                        Fix PHP files with php-cs-fixer (ignore PHP version warning)
lint-php                       Lint PHP files with php-cs-fixer (report only)
lint-container                 Lint the Symfony DI container
lint-twig                      Lint Twig files
lint-yaml                      Lint YAML files
fix                            Run all fixers
lint                           Run all linters
ci                             Run CI locally
 —— Other tools and helpers 🔨 ———————————————————————————————————————————————
versions                       Output current stack versions
check-requirements             Checks requirements for running Symfony
 —— Deploy & Prod 🚀 —————————————————————————————————————————————————————————
deploy                         Simple manual deploy on a VPS (this is to update the demo site https://microsymfony.ovh/)

@COil COil changed the title chore: revamp lint and fix tasks chore: revamp lint and fix tasks naming Nov 26, 2024
@COil COil merged commit 9456c4e into main Nov 26, 2024
5 checks passed
@COil COil deleted the chore/revamp-linters-and-fixers-tasks branch November 26, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore chore or cleanup documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant