Skip to content

Commit

Permalink
realm#2441 - Fix line length violation
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulowork committed Dec 25, 2018
1 parent 812cb5b commit 976e2d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/SwiftLintFramework/Models/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ public struct Configuration: Hashable {
if !quiet {
queuedPrintError("Loading configuration from '\(path)'")
}
self.init(dict: dict, enableAllRules: enableAllRules, cachePath: cachePath, customRulesIdentifiers: customRulesIdentifiers)!
self.init(dict: dict, enableAllRules: enableAllRules,
cachePath: cachePath, customRulesIdentifiers: customRulesIdentifiers)!
configurationPath = fullPath
self.rootPath = rootPath
setCached(atPath: fullPath)
Expand Down

0 comments on commit 976e2d9

Please sign in to comment.