We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This code:
var imageViews = [UIImageView]()
is causing a warning when I have this in my SwiftLint configuration:
trailing_comma: mandatory_comma: true
This is with SwiftLint 0.13.1.