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

Add rule for deprecated directives if:true and if:false #141

Open
kratoon opened this issue Jan 25, 2024 · 2 comments
Open

Add rule for deprecated directives if:true and if:false #141

kratoon opened this issue Jan 25, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. USER STORY

Comments

@kratoon
Copy link

kratoon commented Jan 25, 2024

Implement a rule to check for deprecated directives if:true and if:false

The legacy if:true and if:false directives are no longer recommended as Salesforce intend to deprecate and remove these directives in the future. Salesforce recommends that we replace their usage with the new conditional directives to future-proof your code.

https://trailhead.salesforce.com/content/learn/modules/javascript-developer-i-certification-maintenance-summer-23/maintain-your-javascript-developer-i-certification-for-summer-23

@wjhsf wjhsf added USER STORY kind/feature Categorizes issue or PR as related to a new feature. labels Jan 26, 2024
Copy link

git2gus bot commented Jan 26, 2024

This issue has been linked to a new work item: W-14899807

@wjhsf
Copy link
Contributor

wjhsf commented Jan 26, 2024

Thanks for the suggestion, @kratoon! I've added a ticket for this to our internal tracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. USER STORY
Projects
None yet
Development

No branches or pull requests

2 participants