Skip to content

Comments

chore: fix lint commands in composer.json#653

Merged
bshaffer merged 1 commit intomainfrom
update-lint-checks
Feb 12, 2026
Merged

chore: fix lint commands in composer.json#653
bshaffer merged 1 commit intomainfrom
update-lint-checks

Conversation

@bshaffer
Copy link
Contributor

fixes #649

@bshaffer bshaffer requested a review from a team February 10, 2026 14:08
"test": "./vendor/bin/phpunit",
"cs-lint": "vendor/bin/phpcs --standard=./ruleset.xml",
"cs-fix": "vendor/bin/phpcbf --standard=./ruleset.xml"
"cs-lint": "vendor/bin/php-tools cs-fixer googleapis/gax-php --ref $(git rev-parse --abbrev-ref HEAD) --flags \"\\-n --dry-run\"",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@bshaffer bshaffer merged commit 9fcc7da into main Feb 12, 2026
15 checks passed
@bshaffer bshaffer deleted the update-lint-checks branch February 12, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ruleset.xml missing

2 participants