SwiftLint custom rule for curly quotes is broken
Opened this issue · 0 comments
ZevEisenberg commented
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.