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
Newlines existing in the middle of a style definition for LESS files should be catch. Currently, Magento2/Sniffs/Less/ColonSpacingSniff.php has this checking in place but it is not working, as PHPCS strips newlines that goes in the middle of a sentence.
Expected behavior
Being able to catch the following case
.foo {
bar:'xyz';
}
Benefits
An incorrect LESS formatting would be catch
Additional information
The text was updated successfully, but these errors were encountered:
Description
Newlines existing in the middle of a style definition for LESS files should be catch. Currently,
Magento2/Sniffs/Less/ColonSpacingSniff.php
has this checking in place but it is not working, as PHPCS strips newlines that goes in the middle of a sentence.Expected behavior
Being able to catch the following case
Benefits
An incorrect LESS formatting would be catch
Additional information
The text was updated successfully, but these errors were encountered: