diff --git a/Source/SwiftLintFramework/Models/Configuration.swift b/Source/SwiftLintFramework/Models/Configuration.swift index 30aa7e4529..5d9c759ebf 100644 --- a/Source/SwiftLintFramework/Models/Configuration.swift +++ b/Source/SwiftLintFramework/Models/Configuration.swift @@ -185,7 +185,7 @@ public struct Configuration: Equatable { } self.init(dict: dict)! configurationPath = fullPath - hash = yamlContents.hash + hash = dict.bridge().hashValue self.rootPath = rootPath return } catch YamlParserError.yamlParsing(let message) {