Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

SwiftLint custom rule for curly quotes is broken #150

Open ZevEisenberg opened 4 years ago

ZevEisenberg commented 4 years ago

We have a linting rule that’s supposed to require curly quotes and apostrophes in localized strings. However, the latest SwiftGen template has // swiftlint:disable all at the top, which I believe is causing the rule to be suppressed. Not sure if we fix this in SwiftLint, in SwiftGen, in the template that we’re using, or some combination of the three.