mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
b744cf08f1
The new rules introduced in 0.39.0 that depend on SwiftSyntax have been temporarily removed as we work out release packaging issues. * `prohibited_nan_comparison` * `return_value_from_void_function` * `tuple_pattern` * `void_function_in_ternary` See https://github.com/realm/SwiftLint/issues/3105 for details.