adessoTurkey / ios-boilerplate

iOS boilerplate app that showcases architecture and libraries used at adesso Turkey
45 stars 5 forks source link

Warning improvements #78

Closed egesucu closed 1 year ago

egesucu commented 1 year ago

Description

Some warnings related to SwiftLint have been resolved.

Explanation of changes

egesucu commented 1 year ago

We removed our configuration settings, thus the rule returned it's default settings and works on the code.

To test this, we can remove the cyclomatic_complexity keyword in 25th line on UIDeviceExtension.swift and see that the rule work as intended.