mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Enable implicit_return and fix all violations (#5658)
This commit is contained in:
@@ -5,7 +5,7 @@ internal struct HashableConfigurationRuleWrapperWrapper: Hashable {
|
||||
lhs: HashableConfigurationRuleWrapperWrapper, rhs: HashableConfigurationRuleWrapperWrapper
|
||||
) -> Bool {
|
||||
// Only use identifier for equality check (not taking config into account)
|
||||
return type(of: lhs.configurationRuleWrapper.rule).description.identifier
|
||||
type(of: lhs.configurationRuleWrapper.rule).description.identifier
|
||||
== type(of: rhs.configurationRuleWrapper.rule).description.identifier
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user