diff --git a/.gemini/GEMINI.md b/.gemini/GEMINI.md index 59a33e4..4c6da83 100644 --- a/.gemini/GEMINI.md +++ b/.gemini/GEMINI.md @@ -15,9 +15,8 @@ This is the main FlightPHP core library for building fast, simple, and extensibl ## Development & Testing - Run tests: `composer test` (uses phpunit/phpunit and spatie/phpunit-watcher) - Run test server: `composer test-server` or `composer test-server-v2` -- Lint code: `composer lint` (uses phpstan/phpstan, level 6) +- Lint code & Check code style: `composer lint` (uses phpstan/phpstan, level 6) - Beautify code: `composer beautify` (uses squizlabs/php_codesniffer, PSR1) -- Check code style: `composer phpcs` - Test coverage: `composer test-coverage` ## Coding Standards diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 59a33e4..4c6da83 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -15,9 +15,8 @@ This is the main FlightPHP core library for building fast, simple, and extensibl ## Development & Testing - Run tests: `composer test` (uses phpunit/phpunit and spatie/phpunit-watcher) - Run test server: `composer test-server` or `composer test-server-v2` -- Lint code: `composer lint` (uses phpstan/phpstan, level 6) +- Lint code & Check code style: `composer lint` (uses phpstan/phpstan, level 6) - Beautify code: `composer beautify` (uses squizlabs/php_codesniffer, PSR1) -- Check code style: `composer phpcs` - Test coverage: `composer test-coverage` ## Coding Standards