-
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
False positives for "colons": "always" when nesting #181
Comments
Having the same issue.. the issue exists with
For:
|
Are you both using the latest version? |
Yes, installed it yesterday.
|
Yup, logged the bug when it was |
k just checking. i'll take a look this weekend. |
Yes, fixed in 1.2.2. Getting a different error now, but will file a separate issue. |
I can confirm that since 1.2.2 the issue is fixed. |
I think this may still be a problem. If, for example, you have the following: // select all direct children of .ChildBug
.ChildBug
> *
padding: 4px You'll get the error:
Can anybody confirm this? I'm using gulp-stylint, which is using stylint 1.2.3 I can create a separate issue if it's still a problem in the newest version of stylint, but I wanted to verify first. |
I discovered several false positives for
"colons": "always"
when nesting, this code produces 5 errors - one for each root class:The errors:
My config:
The text was updated successfully, but these errors were encountered: