Closed tzimpel closed 4 years ago
Inpsyde.CodeQuality.LineLength.TooLong should not check for use statements.
Inpsyde.CodeQuality.LineLength.TooLong
use
When working with nested namespaces to organize code, length of namespaces can exceed 100 characters. This should not lead to validation errors against our coding standards.
Fixed in 6d0bda8
Included in 1.0.0-beta.7.
Closing. Thanks for reporting.
Inpsyde.CodeQuality.LineLength.TooLong
should not check foruse
statements.When working with nested namespaces to organize code, length of namespaces can exceed 100 characters. This should not lead to validation errors against our coding standards.