Skip to content

Chore/linguist php detection#3

Merged
gustavofreze merged 2 commits into
mainfrom
chore/linguist-php-detection
Jun 27, 2026
Merged

Chore/linguist php detection#3
gustavofreze merged 2 commits into
mainfrom
chore/linguist-php-detection

Conversation

@gustavofreze

Copy link
Copy Markdown
Member

Please follow the contributing guidelines.

Summary

What this pull request does.

Related issue

Closes #...

Checklist

  • Tests added or updated.
  • Documentation updated when applicable.
  • composer review passes.
  • composer tests passes.

GitHub Linguist computes language share over the HEAD tree, so the
existing export-ignore entries (which only affect the Packagist tarball)
do not stop the .claude Python hooks from outweighing src in small
repos. Mark them linguist-vendored and ignore their bytecode cache.
Copilot AI review requested due to automatic review settings June 27, 2026 13:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request aims to adjust repository metadata so GitHub Linguist language statistics better reflect the PHP codebase, while also updating a dev dependency.

Changes:

  • Mark .claude/**/*.py as linguist-vendored in .gitattributes (and the scaffolding asset) to exclude Claude tooling scripts from GitHub language stats.
  • Ignore Python hook cache artifacts (__pycache__/, *.pyc) in .gitignore (and the scaffolding asset).
  • Bump guzzlehttp/psr7 in composer.json from ^2.9 to ^2.12.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
composer.json Updates guzzlehttp/psr7 dev dependency constraint.
.gitignore Adds ignores for Python hook cache artifacts.
.gitattributes Adds Linguist vendoring rule for .claude/**/*.py.
.claude/skills/tiny-blocks-create/assets/config/.gitignore Mirrors the root .gitignore update in the scaffolding asset.
.claude/skills/tiny-blocks-create/assets/config/.gitattributes Mirrors the root .gitattributes update in the scaffolding asset.

Comment thread composer.json
Comment thread composer.json
@gustavofreze gustavofreze merged commit d5c47c9 into main Jun 27, 2026
8 checks passed
@gustavofreze gustavofreze deleted the chore/linguist-php-detection branch June 27, 2026 13:43
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.

2 participants