-
Notifications
You must be signed in to change notification settings - Fork 159
AC-1100 Catch badly put newlines in LESS files #258
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
AC-1100 Catch badly put newlines in LESS files #258
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix @svera ! Please see my comments.
Also, can you please add more information to the phpdoc, particularly it would be great to have a better description for what is happening in the needValidateSpaces
function
@magento import pr to magento-commerce/magento-coding-standard |
@sivaschenko the pull request successfully imported. |
Catch newlines in the middle of a style definition and throw an error if any.
Resolves #242