Quite often trailing SwiftLint command comments like swiftlint:disable:this cause the line to exceed our configured swift limit of 120 characters per line.
We should add an option to the rule line_length to let it ignore such commands, if configured.
Quite often trailing SwiftLint command comments like
swiftlint:disable:this
cause the line to exceed our configured swift limit of 120 characters per line.We should add an option to the rule
line_length
to let it ignore such commands, if configured.