Skip to content

Conversation

@stephen-carter-at-sf
Copy link
Contributor

No description provided.

}

export class AnnotatedConfigModel implements ConfigModel {
private readonly config: CodeAnalyzerConfig; // TODO: It would be nice if we updated the CodeAnalyzer (in our core module) to just return its CodeAnalyzerConfig with a getter so we didn't need to pass it around
Copy link
Contributor Author

Choose a reason for hiding this comment

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

With the other enhancements that I just pulled in, I was able to accomplish this TODO item as well.

});
}

// TODO: We should update core module to have this function directly on the Violation object and then remove this helper
Copy link
Contributor Author

Choose a reason for hiding this comment

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

With the other enhancements that I just pulled in, I was able to accomplish this TODO item as well.

"dependencies": {
"@oclif/core": "^3.3.2",
"@salesforce/code-analyzer-core": "0.20.1",
"@salesforce/code-analyzer-core": "0.20.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the main fix

# label.command-state

Developer Preview
Beta
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[FIX-AS-YOU-GO item] We don't want to forget to update this to say "Beta" instead of "Developer Preview" now.

@stephen-carter-at-sf stephen-carter-at-sf merged commit 73c463e into dev Dec 27, 2024
12 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/updateDependencies branch December 27, 2024 21:57
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