nvzqz/FileKit

Compile issue with swiftlint 0.16.1

phimage opened this issue · 3 comments

Swiftlint display some errors of type Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning. (shorthand_operator)
( maybe false positive realm/SwiftLint#1157 )

solution : configure shorthand_operator to warning instead of errors

Are there any plans to release this fix?

nvzqz commented

Sorry for being late on this. I'll make a release this weekend (probably Saturday)!