Files
SwiftLint/Tests/SwiftLintFrameworkTests
Danny MoeschandGitHub a801bbc83b Add new type-safe ArrayInitRule (#3914)
The idea of this new Analyzer rule is to filter the calls of `map` before they are passed on to the classic ArrayInitRule which does the detailed checking of the lambda function block. The rule makes sure that only the `map` function is considered that is defined by the `Sequence` protocol.
2022-03-23 22:29:50 +01:00
..
2020-08-05 20:13:53 -07:00
2019-11-07 16:20:18 +02:00
2021-05-24 12:05:29 -07:00