-
Notifications
You must be signed in to change notification settings - Fork 61
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
semicolons "always" reports on line without property #124
Comments
Hmm, if you update to 1.0.5 what happens? I was dealing with a similar issue yesterday so with any luck it'll be cleared up. |
Alright, the "Warning: missing semicolon" error is gone in 1.0.5. The other two remain however. |
Cool, thanks. Will look at it tonight. |
Alright, I just published 1.0.6 specifically to fix this. Lemme know if that works. |
Seems to be working in 1.0.6. Thanks! |
awesome, closing! |
Ouch, actually this fails once again when there's a dot in a value, e.g. .a {
.b {
font-size: 1.1em;
}
}
Removing the dot, for example |
try again with 1.0.8, lemme know if you still have the problem |
I still see the similar issue in some cases with semicolon. Code: Errors:
Code: Error:
|
The same with Code:
Errors:
Could you take a look? |
I'm getting a lot of false positives when using parent selectors with multiple selectors, each on their own line, and using interpolation within multi-line selectors. Using version 1.2.2. For example:
Each of those examples is giving me a "missing semicolon" error. Mine is a "selector" issue rather than a "property" issue, so I'm not sure if this belongs here, but it's definitely related. Let me know if I need to open a separate issue. |
@Alxblsk Hey, sorry about that, must have missed your comment 2 weeks ago. @lellimecnar I will re-open this and take another look |
Using Stylint version: 1.0.4.
Given:
And:
Stylint reports:
The text was updated successfully, but these errors were encountered: