nvzqz / FileKit

Simple and expressive file management in Swift
https://nvzqz.github.io/FileKit/docs/
MIT License
2.34k stars 207 forks source link

Compile issue with swiftlint 0.16.1 #41

Closed phimage closed 7 years ago

phimage commented 7 years ago

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

phimage commented 7 years ago

solution : configure shorthand_operator to warning instead of errors

adotor commented 7 years ago

Are there any plans to release this fix?

nvzqz commented 7 years ago

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