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

Brace style rule 'stroustrup' and multiline mixin parameters #632

Closed
Igloczek opened this issue Apr 21, 2016 · 2 comments
Closed

Brace style rule 'stroustrup' and multiline mixin parameters #632

Igloczek opened this issue Apr 21, 2016 · 2 comments
Labels

Comments

@Igloczek
Copy link
Contributor

After upgrade to 1.6.0 (to be honest I don't want to upgrade, but gulp wrapper use version ^1.5.1 - so I'm doomed...) I got many new errors in brace-styles rule.

I'm using 'stroustrup' and now this type of code fails tests:

 @mixin _suuuper-long-mixin-name(
    $_oversized-paramams-names-was-moved-to-new-line,
    $_because-i-want-to-keep-lines-under-80-chars
) {
    [...]
}

IMO it still fit in that rule, but tests checks just if start and end is on same line 😞

@bgriffith
Copy link
Member

bgriffith commented Apr 22, 2016

Yeah I agree - appears to be a regression - will look at fixing asap. Thanks for the report 👍

@Igloczek
Copy link
Contributor Author

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants