-
Notifications
You must be signed in to change notification settings - Fork 53
FIX: @W-16371174@: Fix bug with config commands case insensitivity #1705
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
Conversation
| } | ||
|
|
||
| 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
No description provided.