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

Testing and merging pr 622 #714

Merged
merged 3 commits into from
Dec 19, 2024
Merged

Testing and merging pr 622 #714

merged 3 commits into from
Dec 19, 2024

Conversation

decyjphr
Copy link
Collaborator

No description provided.

@Copilot Copilot bot review requested due to automatic review settings December 19, 2024 18:33

Choose a reason for hiding this comment

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

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

Comments suppressed due to low confidence (2)

lib/plugins/diffable.js:43

  • The Glob constructor is not a standard JavaScript or Node.js API. Ensure that the 'glob' package is correctly imported and used. If 'Glob' is a custom implementation, make sure it is correctly defined and imported.
const excludeGlobs = attrs.exclude.map(exc => new Glob(exc));

lib/plugins/diffable.js:60

  • The Glob constructor is not a standard JavaScript or Node.js API. Ensure that the 'glob' package is correctly imported and used. If 'Glob' is a custom implementation, make sure it is correctly defined and imported.
const includeGlobs = attrs.include.map(inc => new Glob(inc));

Tip: Turn on automatic Copilot reviews for this repository to get quick feedback on every pull request. Learn more

@decyjphr decyjphr merged commit b21ad69 into main-enterprise Dec 19, 2024
5 checks passed
@decyjphr decyjphr deleted the decyjphr/pr-622 branch December 19, 2024 18:37
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