-
Notifications
You must be signed in to change notification settings - Fork 656
feat(rome_js_analyze): implements useSimpleNumberKeys #4108
Conversation
✅ Deploy Preview for docs-rometools canceled.Built without sensitive environment variables
|
When I run
I am not sure what to do? |
The problem is the code inside the documentation of the rule. Each error case must contain only one diagnostic. If you want to show multiple incorrect cases, you need to create multiple code blocks, one for each error/diagnostic. Check how other rules do that. |
Do I need to manually write the docs? |
crates/rome_js_analyze/src/analyzers/nursery/use_simple_number_keys.rs
Outdated
Show resolved
Hide resolved
…_keys.rs Co-authored-by: Emanuele Stoppa <[email protected]>
This PR is stale because it has been open 14 days with no activity. |
crates/rome_js_analyze/src/analyzers/nursery/use_simple_number_keys.rs
Outdated
Show resolved
Hide resolved
crates/rome_js_analyze/src/analyzers/nursery/use_simple_number_keys.rs
Outdated
Show resolved
Hide resolved
crates/rome_js_analyze/src/analyzers/nursery/use_simple_number_keys.rs
Outdated
Show resolved
Hide resolved
crates/rome_js_analyze/src/analyzers/nursery/use_simple_number_keys.rs
Outdated
Show resolved
Hide resolved
crates/rome_js_analyze/src/analyzers/nursery/use_simple_number_keys.rs
Outdated
Show resolved
Hide resolved
@dhrjarun Are you still interested in completing this contribution? Thanks for all! Have a nice day :) |
Will resolve everything by Monday |
It seems that this PR got lost :( sorry @dhrjarun Can you rebase the branch? If not, we can try doing ourselves |
Hey @ematipico I have deleted the repo from my computer. |
Closing in favour of #4447 |
Summary
It implements useSimpleNumberKeys javascript linting rule. Fixes #3888
Test Plan
cargo test --package rome_js_analyze --test spec_tests