Danny Mösch
|
5eed8fe91b
|
Enable `if_let_shadowing` rule and fix all violations (#4247)
|
2023-01-31 22:31:38 +01:00 |
Noah Gilmore
|
bda1cd56e0
|
#3167: Fixes false positives for multiline_parameters_brackets and multiline_arguments_brackets (#3171)
* Issue #3167: Fixes false positives for multiline_parameters_brackets and multiline_arguments_brackets
* Add changelog entry
* Fix trailing comma in MultilineParametersBracketsRule nontriggering examples
* Remove header comments from ExtendedStringTests.swift
Co-authored-by: Paul Taykalo <ptaykalo@macpaw.com>
|
2020-05-29 11:59:02 +03:00 |
JP Simard
|
fe5baca7cd
|
Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037)
New APIs were introduced in SourceKitten to allow for a more typesafe distinction between integers meaning NSString-based distances and byte-based distances.
* https://github.com/jpsim/SourceKitten/pull/639
* https://github.com/jpsim/SourceKitten/pull/642
This PR migrates SwiftLint's use of those APIs.
|
2020-01-16 15:18:37 -08:00 |
JP Simard
|
399f5b7df6
|
Fix docstring formatting issues using DrString (#3032)
Using command:
$ drstring check -i 'Source/**/*.swift' --first-letter lowercase --vertical-align
|
2020-01-12 11:19:33 -08:00 |
Paul Taykalo
|
18a3896f97
|
Update swift structure dictionary
|
2019-11-07 08:51:16 +02:00 |