empty_count
sometimes throws warning even when the isEmpty property doesn't exist
#2083
Closed
2 tasks done
New Issue Checklist
Bug Report
As you can see, I'm getting the
empty_count
warning thrown in my UITests target below. The.isEmpty
property doesn't actually exist onXCUIElementQuery
. I've seen this happen in other scenarios too on properties that don't support it. Does everyone just add an explicitswiftlint:disable:next empty_count
everywhere the warning is thrown where it can't be fixed?Environment
swiftlint version
to be sure)? 0.25.0The text was updated successfully, but these errors were encountered: