realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.45k stars 2.2k forks source link

Reverse Data -> String conversion rule #5601

Open samrayner opened 1 month ago

samrayner commented 1 month ago

This reverses the Data -> String portion of this PR by introducing a new rule, following feedback on the original issue. It leaves the String -> Data portion of the original rule unchanged.

SimplyDanny commented 3 weeks ago

Please run IntegrationTests locally and fix any violations/failures reported.