I have met a lot false positives while working with rule for swift. According to this thread "print" only writes to standard output which is Xcode terminal whereas NSLog writes to device's console. Should we exclude "print" from rule or there are some cases and underlying problems which must be covered via this check?
I have met a lot false positives while working with rule for swift. According to this thread "print" only writes to standard output which is Xcode terminal whereas NSLog writes to device's console. Should we exclude "print" from rule or there are some cases and underlying problems which must be covered via this check?