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

Analyzer range suppressions #4569

Open
Tracked by #3727
ematipico opened this issue Nov 18, 2024 · 1 comment
Open
Tracked by #3727

Analyzer range suppressions #4569

ematipico opened this issue Nov 18, 2024 · 1 comment

Comments

@ematipico
Copy link
Member

ematipico commented Nov 18, 2024

Implementation fo #187

TL;DR:

// biome-ignore-start lint/style/useConst: reason
let foo = "bar";
let name = "jack";
// biome-ignore-end lint/style/useConst: reason
let surname = "frost"'; // this will raise a diagnostic
@sassomedia
Copy link

Sounds great, thank you! 🙏

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

No branches or pull requests

2 participants