Add support for configuring lenient: true
in .swiftlint.yml
#5779
Labels
enhancement
Ideas for improvements of existing features and rules.
New Issue Checklist
Feature or Enhancement Proposal
Since I can't pass command line arguments like
--lenient
when using SwiftLint through the SwiftLintBuildToolPlugin, writinglenient: true
in.swiftlint.yml
would be the perfect way to configure this, just as it was implemented withstrict
in #5226.The text was updated successfully, but these errors were encountered: