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
Properties from parent Generic.Files.LineLength sniff are processed instead of changed in Magento.Files.LineLength values.
Steps to reproduce
Create test fixture with line length = 101.
Expected result
Unit test does not detect warning.
Actual result
[LINE 2] Expected 0 error(s) and 1 warning(s) in LineLengthUnitTest.inc but found 1 error(s) and 0 warning(s). The error(s) found were:
-> Line exceeds maximum limit of 100 characters; contains 101 characters (Magento.Files.LineLength.MaxExceeded)