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

Brackets on always shouldn't fail if line is empty #186

Merged
merged 1 commit into from
Aug 22, 2015

Conversation

golmansax
Copy link
Contributor

With brackets set to always, my linter was failing:

my-mixin() {
  {block}
}

on the line with {block}. From digging through the source, it seemed like something was stripping out the interpolation, and passing ' ' to the brackets check, where it was failing. I wasn't sure where exactly to address this, but here is my attempt.

@rossPatton
Copy link
Collaborator

thanks i'll take a look

rossPatton pushed a commit that referenced this pull request Aug 22, 2015
Brackets on always shouldn't fail if line is empty
@rossPatton rossPatton merged commit 5b10dbd into SimenB:develop Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants