You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you all have thoughts about how to manage sets of rules which are Swift 2.3 or Swift 3.0 specific?
Given Xcode 8 supporting both Swift versions how might we allow developers using SwiftLint to specify which set of rules should apply to a specific project? We could maintain rules with different names and include and exclude them individually but that's not a great interface to work with.
Should we specify the swift version as part of of our .swiftlint.yml? Could we resolve this at the same time as #221 by specifying a version of the ruleset to apply?
The text was updated successfully, but these errors were encountered:
Do you all have thoughts about how to manage sets of rules which are Swift 2.3 or Swift 3.0 specific?
Given Xcode 8 supporting both Swift versions how might we allow developers using SwiftLint to specify which set of rules should apply to a specific project? We could maintain rules with different names and include and exclude them individually but that's not a great interface to work with.
Should we specify the swift version as part of of our
.swiftlint.yml
? Could we resolve this at the same time as #221 by specifying a version of the ruleset to apply?The text was updated successfully, but these errors were encountered: