Skip to content

NEW: @W-16092798@ Remove unwanted paths from workspace #33

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

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

stephen-carter-at-sf
Copy link
Collaborator

No description provided.

@stephen-carter-at-sf stephen-carter-at-sf force-pushed the sf/W-16092798 branch 2 times, most recently from 0bc35f0 to 4850f2b Compare June 27, 2024 13:03
@@ -1,7 +1,7 @@
{
"name": "@salesforce/code-analyzer-core",
"description": "Core Package for the Salesforce Code Analyzer",
"version": "0.5.0",
"version": "0.5.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the strategy we follow around versioning in the core library? Like when do we increase minor/patch versions?

Copy link
Collaborator Author

@stephen-carter-at-sf stephen-carter-at-sf Jun 27, 2024

Choose a reason for hiding this comment

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

Right now things are pretty loosy goosy before we get to v1.x. I'm considering this a fundamental missing component and thus I'm treating it sort of like a bug to be patched. So instead of incrementing it up a full minor step... just making this a patch update.

@@ -35,6 +35,14 @@ describe("Tests for the createWorkspace method of CodeAnalyzer", () => {
expect(workspace.getFilesAndFolders()).toEqual([path.resolve('test')]);
});

it("When including a .gitignore file or a node_modules folder, then it they are removed", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

typo here. Did you mean "then test they are removed?"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes that was a typo... fixed. Thanks.

@stephen-carter-at-sf stephen-carter-at-sf merged commit 5d2a2d4 into dev Jun 27, 2024
5 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sf/W-16092798 branch June 27, 2024 14:54
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