SwiftLint v0.50.1 Release Notes
-
๐ฅ Breaking
- None.
Experimental
- None.
โจ Enhancements
๐ Moved the validation of doc comments in local scopes out of
orphaned_doc_comment
and into a new opt-inlocal_doc_comment
rule.
JP Simard #4573๐ SwiftLint's Swift Package Build Tool Plugin will now only scan files in the target being built.
Tony Arnold #4406
๐ Bug Fixes
๐ Fix building with
swift build -c release
.
JP Simard #4559 #4560Fix false positives in
lower_acl_than_parent
when the nominal parent is an extension.
Steffen Matthischke #4564Fix
minimum_fraction_length
handling innumber_separator
.
JP Simard #4576๐ Fix false positives in
closure_spacing
.
JP Simard #4565 #4582๐ Fix line count calculation for multiline string literals.
JP Simard #4585Fix false positives in
unused_closure_parameter
when using identifiers with backticks.
JP Simard #4588๐ Fix
type_name
regression where names with backticks would trigger violations.
JP Simard #4571