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
issue #1622 closed this exact issue and was updated in v0.20 but false positives are still happening. Here's an example:
mutating func set(outputCount count: Int) throws { try check(count) if count == 0 { // empty_count error throw AveModelErr.MixerStack_badOutput(count) } }
The text was updated successfully, but these errors were encountered:
This is not the same issue as #1622, it's a duplicate of #827.
Sorry, something went wrong.
@marcelofabri could you elaborate on how this is not the same as #1622? In the example code I showed swiftlint is throwing an empty_count error.
empty_count
#1622 is about words ending with count, such as discount. Please take a look at #827 for more discussion about your case.
count
discount
No branches or pull requests
issue #1622 closed this exact issue and was updated in v0.20 but false positives are still happening. Here's an example:
The text was updated successfully, but these errors were encountered: