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 setting to hide Implicitly using latest version lints #777

Open
nikitavoloboev opened this issue Dec 27, 2022 · 5 comments
Open

Add setting to hide Implicitly using latest version lints #777

nikitavoloboev opened this issue Dec 27, 2022 · 5 comments

Comments

@nikitavoloboev
Copy link

Is your feature request related to a problem? Please describe.

Currently if you don't specify a version of import, you will see this lint error:

image

I would like to not see it. I am aware that it is best to explicitly pin versions of imports being used but sometimes I don't want to do this and I don't want to see the lint error as it's distracting.

Describe the solution you'd like

I would like a setting added where you can disable/enable a lint for this case.

Thank you.

@bartlomieju
Copy link
Member

Seems reasonable, PRs are welcome

@LeoDog896
Copy link
Contributor

LeoDog896 commented Dec 28, 2022

Isn't this and #628 similar?

@LeoDog896
Copy link
Contributor

Do note that this is given as an x-deno-warning header: https://github.com/denoland/dotland/blob/fe2d32521fd8ffb7822b3cc3c11873b6c5ed0f52/routes/x/module.tsx#L274

Maybe a flag that disables these URL warnings in general?

@bartlomieju
Copy link
Member

Do note that this is given as an x-deno-warning header: https://github.com/denoland/dotland/blob/fe2d32521fd8ffb7822b3cc3c11873b6c5ed0f52/routes/x/module.tsx#L274

Maybe a flag that disables these URL warnings in general?

These warnings can be silenced in the CLI using --quiet flag, so the issue is strictly related to the extension.

@beigexperience
Copy link

Why was this PR closed? I still can't disable this warning in the problems tab?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants