guoyingtao / Mantis

An iOS Image cropping library, which mimics the Photo App written in Swift.
MIT License
926 stars 184 forks source link

Resolve SwiftLint errors #304

Closed woxtu closed 1 year ago

woxtu commented 1 year ago

Hi,

This PR resolves the following SwiftLint errors:

Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
Force Cast Violation: Force casts should be avoided (force_cast)
Line Length Violation: Line should be 200 characters or less; currently it has 221 characters (line_length)