Skip to content

Conversation

@stephen-carter-at-sf
Copy link
Contributor

No description provided.

expect(violationsFromTsFile).toHaveLength(6);
expect(new Set(violationsFromTsFile.map(v => v.ruleName))).toEqual(new Set([
'@typescript-eslint/ban-types',
'@typescript-eslint/no-wrapper-object-types',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@typescript-eslint/ban-types was deprecated in favor of 3 other rules - one of which is @typescript-eslint/no-wrapper-object-types

@@ -0,0 +1 @@
registry=https://registry.npmjs.org No newline at end of file
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Forcing npmjs registry so that my user's .npmrc file for core development doesn't keep getting in the way.

@stephen-carter-at-sf stephen-carter-at-sf force-pushed the sc/W-17293079 branch 3 times, most recently from 44ba518 to 6e48305 Compare December 2, 2024 23:55
"name": "@salesforce/code-analyzer-core",
"description": "Core Package for the Salesforce Code Analyzer",
"version": "0.17.0",
"version": "0.18.0-SNAPSHOT",
Copy link
Contributor

Choose a reason for hiding this comment

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

Q: Should the dependency on the Engine API be updated to 0.15.0-SNAPSHOT too, or should I do that when I do the SARIF stuff?

@stephen-carter-at-sf stephen-carter-at-sf merged commit ba3855f into dev Dec 3, 2024
5 checks passed
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.

3 participants