From 4cd6cafcbf5445973db5e9ba5bbb408db7a78cfe Mon Sep 17 00:00:00 2001 From: Frederick Pietschmann <19194800+fredpi@users.noreply.github.com> Date: Fri, 12 Apr 2019 16:27:54 +0200 Subject: [PATCH] Make sourcery --- Tests/LinuxMain.swift | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index 16d12e2e4..4c1c094b6 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 0.15.0 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 0.16.0 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT @testable import SwiftLintFrameworkTests @@ -109,6 +109,7 @@ extension CommandTests { ("testExpandThisCommand", testExpandThisCommand), ("testExpandNextCommand", testExpandNextCommand), ("testSuperfluousDisableCommands", testSuperfluousDisableCommands), + ("testDisableAllOverridesSuperfluousDisableCommand", testDisableAllOverridesSuperfluousDisableCommand), ("testInvalidDisableCommands", testInvalidDisableCommands), ("testSuperfluousDisableCommandsDisabled", testSuperfluousDisableCommandsDisabled), ("testSuperfluousDisableCommandsDisabledOnConfiguration", testSuperfluousDisableCommandsDisabledOnConfiguration) @@ -184,7 +185,9 @@ extension ConfigurationTests { extension ContainsOverFirstNotNilRuleTests { static var allTests: [(String, (ContainsOverFirstNotNilRuleTests) -> () throws -> Void)] = [ - ("testWithDefaultConfiguration", testWithDefaultConfiguration) + ("testWithDefaultConfiguration", testWithDefaultConfiguration), + ("testFirstReason", testFirstReason), + ("testFirstIndexReason", testFirstIndexReason) ] }