We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
As you can see drawNothing function is used in draw function but it appears as unused.
drawNothing
draw
Thanks.
The text was updated successfully, but these errors were encountered:
Hi. Works on my machine ¯\_(ツ)_/¯
Can you provide minimal swift file when this false positive is appearing? Also, next time please use ``` <--- Backticks
class A { override func draw(rect: CGRect) { // Drawing code switch self.typePermit { default: self.drawNothing() } } private func drawNothing() { } }
```
ticks to wrap code :) It's hard to reproduce the behavior in case of screenshots
Do you have a database backup? Yes, we have database screenshot Do you mean snapshot? No, screenshoot 🤦♂️ 🤦♀️
Sorry, something went wrong.
In case of Xcode, I would check whether the script is actually running as well ( build not failing) et.c.
No branches or pull requests
Hi,
As you can see
drawNothing
function is used indraw
function but it appears as unused.Thanks.
The text was updated successfully, but these errors were encountered: