Closed mpospese closed 1 year ago
SwiftLint 0.51.0 now requires us to manually re-enable all rules disabled on the file level.
// swiftlint: enable rule_name
swiftlint:enable
swiftlint:disable
Make sure you're running the latest SwiftLint by running
brew install swiftlint
and test locally to make sure everything is fine.
Intro
SwiftLint 0.51.0 now requires us to manually re-enable all rules disabled on the file level.
Task
// swiftlint: enable rule_name
comments at the end of all files that contain a disable entry (these are mostly test files)swiftlint:enable
orswiftlint:disable
with a version that has a single space immediately following the colon.Make sure you're running the latest SwiftLint by running
and test locally to make sure everything is fine.