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

Enhancement: Bang whitespace rules should consider !global flag #56

Closed
bgriffith opened this issue Aug 30, 2015 · 6 comments
Closed

Enhancement: Bang whitespace rules should consider !global flag #56

bgriffith opened this issue Aug 30, 2015 · 6 comments

Comments

@bgriffith
Copy link
Member

The Space Before Bang and Space After Bang rules consider both the !important and !default flag but should also consider the !global flag too.

This is currently blocked by the Gonzales-pe dependency.

@DanPurdy
Copy link
Member

Confirmed as parsing correctly in gonzales 3.2.1

@skyred
Copy link

skyred commented Dec 29, 2015

So, we just need to update package.json:

"gonzales-pe": "^3.2.1",

@DanPurdy
Copy link
Member

Unfortunately if you do that it will break a lot of other features in sass-lint as it stands. gonzales-pe 3.2.1 includes some breaking features and also some regressions over its previous versions which is why we haven't updated yet.. Once it updates to a stable version with regards to our needs we'll be moving up.

@skyred
Copy link

skyred commented Dec 29, 2015

Can we list the road blockers from the upstream below:

  1. SCSS regressions from v3.0.0 tonyganch/gonzales-pe#134

What else?

@DanPurdy
Copy link
Member

Sorry this issue is specifically for the global flag errors so we wont be listing them here. The blockers are all opened as issues on the gonzales-pe repository if not specified here, we're also in contact with the maintainer of gonzales. Once the issues we know about are resolved we'll then start running our tests again with the new build and hopefully look to upgrade. If you want to see the issues we currently have open then you can see our AST label

@DanPurdy
Copy link
Member

This is fixed in sass-lint 1.6.0

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

3 participants