Skip to content

Use git lfs for vendor/cache/*.gem#537

Merged
aramprice merged 1 commit into
ubuntu-jammyfrom
use-git-lfs
Apr 9, 2026
Merged

Use git lfs for vendor/cache/*.gem#537
aramprice merged 1 commit into
ubuntu-jammyfrom
use-git-lfs

Conversation

@aramprice

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f230c950-55ab-402a-9e43-a73851537d22

📥 Commits

Reviewing files that changed from the base of the PR and between 14cda3b and 06f5939.

📒 Files selected for processing (15)
  • .gitattributes
  • vendor/cache/diff-lcs-1.4.4.gem
  • vendor/cache/fakefs-2.0.0.gem
  • vendor/cache/little-plugger-1.1.4.gem
  • vendor/cache/logging-2.3.0.gem
  • vendor/cache/multi_json-1.15.0.gem
  • vendor/cache/rake-13.0.3.gem
  • vendor/cache/rspec-3.10.0.gem
  • vendor/cache/rspec-core-3.10.1.gem
  • vendor/cache/rspec-expectations-3.10.1.gem
  • vendor/cache/rspec-instafail-1.0.0.gem
  • vendor/cache/rspec-its-1.3.0.gem
  • vendor/cache/rspec-mocks-3.10.2.gem
  • vendor/cache/rspec-support-3.10.2.gem
  • vendor/cache/timecop-0.9.4.gem

Walkthrough

The .gitattributes file was updated to add a rule for /vendor/cache/*.gem that routes these files through the Git LFS filter (filter=lfs), uses LFS diff/merge drivers (diff=lfs, merge=lfs), and marks them binary (-text). One line was added.

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No description was provided, making this check inconclusive as there is insufficient content to evaluate. Add a brief description explaining why Git LFS is needed for these files (e.g., to reduce repository size, handle large binary files).
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: configuring Git LFS for vendor cache gem files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch use-git-lfs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.gitattributes:
- Around line 1-2: Remove the redundant pattern "vendor/cache/*.gem" so only the
root-anchored pattern "/vendor/cache/*.gem" remains in .gitattributes; keep the
first line with the leading slash and delete the second line to avoid
duplication and ensure the rule only matches files at the repository root.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: e01f47d1-b159-4b89-b145-44cd740c0d29

📥 Commits

Reviewing files that changed from the base of the PR and between 7ef88cd and 14cda3b.

📒 Files selected for processing (15)
  • .gitattributes
  • vendor/cache/diff-lcs-1.4.4.gem
  • vendor/cache/fakefs-2.0.0.gem
  • vendor/cache/little-plugger-1.1.4.gem
  • vendor/cache/logging-2.3.0.gem
  • vendor/cache/multi_json-1.15.0.gem
  • vendor/cache/rake-13.0.3.gem
  • vendor/cache/rspec-3.10.0.gem
  • vendor/cache/rspec-core-3.10.1.gem
  • vendor/cache/rspec-expectations-3.10.1.gem
  • vendor/cache/rspec-instafail-1.0.0.gem
  • vendor/cache/rspec-its-1.3.0.gem
  • vendor/cache/rspec-mocks-3.10.2.gem
  • vendor/cache/rspec-support-3.10.2.gem
  • vendor/cache/timecop-0.9.4.gem

Comment thread .gitattributes Outdated
@aramprice aramprice merged commit 7fe9bb5 into ubuntu-jammy Apr 9, 2026
6 checks passed
@aramprice aramprice deleted the use-git-lfs branch April 9, 2026 23:03
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