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

Don't show alerts on multiple line tag definitions #45

Open
netdjw opened this issue Apr 14, 2021 · 0 comments
Open

Don't show alerts on multiple line tag definitions #45

netdjw opened this issue Apr 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@netdjw
Copy link

netdjw commented Apr 14, 2021

Describe the bug
Don't show alerts on multiple line tag definitions.

To Reproduce
If I use multiple lines for HTML tags, like below, the plugin don't show any alerts, warnings, or errors:

<input
  type="password"
  maxlength="3"
/>

I know this is not a standard of code usage, but it is acceptable if we want.

If I change to this format, the plugin works as I expect:

<input type="password" maxlength="3">

Expected behavior
I expect alerts on multiline tags too, because of max-line-length rule of linters I use multiline tags in many cases.

Visual Studio Code (please complete the following information):

  • VSCode version: 1.55.1
  • Plugin version: 0.2.83
@mvdschee mvdschee added the bug Something isn't working label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants