Add option to SwiftLint rule line_length
for ignoring trailing SwiftLint disable commands
#54
Labels
enhancement
Issues that describe new features or improvements to existing features.
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.The text was updated successfully, but these errors were encountered: