SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

Rewrite `contains_over_range_nil_comparison` with SwiftSyntax

Open jpsim opened this issue 3 years ago • 1 comments

jpsim avatar Sep 19 '22 19:09 jpsim

Danger has errored

[!] Invalid Dangerfile file: SIGTERM. Updating the Danger gem might fix the issue. Your Danger version: 8.6.1, latest Danger version: 9.0.0

 #  from Dangerfile:55
 #  -------------------------------------------
 #  Open3.popen3("tools/oss-check -v 2> #{file.path}") do |_, stdout, _, _|
 >    while char = stdout.getc
 #      print char
 #  -------------------------------------------

Generated by :no_entry_sign: Danger

SwiftLintBot avatar Sep 19 '22 21:09 SwiftLintBot

I think I'll need to use the SwiftOperators module to implement this correctly.

jpsim avatar Oct 05 '22 14:10 jpsim