Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

feat(rome_js_analyze): noConfusingLabels #4114

Merged
merged 1 commit into from
Feb 8, 2023
Merged

feat(rome_js_analyze): noConfusingLabels #4114

merged 1 commit into from
Feb 8, 2023

Conversation

Conaclos
Copy link
Contributor

@Conaclos Conaclos commented Dec 29, 2022

Summary

Closes #4113

Implements ESLint's rule no-labels.
In contrast to ESLint, we allow labeled loops.
This corresponds to ESLint rule with allowLoop option enabled.
We do not support the rule's options (allowLoop and allowSwitch).

Test Plan

Include ESLint's unit tests.

Documentation

  • The PR requires documentation
  • I will create a new PR to update the documentation

@netlify
Copy link

netlify bot commented Dec 29, 2022

Deploy Preview for docs-rometools ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit c1b1e6e
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/63e2aa9e4bbacb0008a1dc0d
😎 Deploy Preview https://deploy-preview-4114--docs-rometools.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@Conaclos Conaclos changed the title feat(rome_js_analyze): noLabels feat(rome_js_analyze): noConfusingLabels Jan 2, 2023
@github-actions
Copy link

This PR is stale because it has been open 14 days with no activity.

@Conaclos Conaclos requested review from ematipico and removed request for xunilrj and leops February 8, 2023 16:03
@ematipico ematipico merged commit 97e48b4 into rome:main Feb 8, 2023
@Conaclos Conaclos deleted the no_labels branch March 7, 2023 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

noConfusingLabels, no-labels
2 participants