You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using sass-lint1.10.0 (via gulp-sass-lint 1.3.0), both of the follow code blocks report a violation from the no-duplicate-properties rule where I've indicated with a comment. Both of these lines are variable declarations and not even properties, so I have no idea why it's reporting these at all!
Luckily this release now includes rule disable comments, so I'm able to ignore these for now until this issue is resolved.
Hi @ChrisMBarr Yeah, I actually noticed this earlier too, now that I've got the gulp release out of the way, I'll look at getting a hotfix out for a few of these issues that have popped up.
ChrisMBarr
changed the title
False positives for no-duplicate-properties rule
False positives for 'no-duplicate-properties' and 'declarations-before-nesting' rules
Nov 7, 2016
Using
sass-lint
1.10.0 (viagulp-sass-lint
1.3.0), both of the follow code blocks report a violation from theno-duplicate-properties
rule where I've indicated with a comment. Both of these lines are variable declarations and not even properties, so I have no idea why it's reporting these at all!Luckily this release now includes rule disable comments, so I'm able to ignore these for now until this issue is resolved.
The text was updated successfully, but these errors were encountered: