From 48604d35e3dd02219d7d9ace282c461604796a1b Mon Sep 17 00:00:00 2001 From: JP Simard Date: Tue, 31 Oct 2023 16:34:49 -0400 Subject: [PATCH] Update Sourcery to 2.1.2 (#5318) --- Source/SwiftLintBuiltInRules/Models/BuiltInRules.swift | 2 +- Source/SwiftLintCore/Models/ReportersList.swift | 2 +- Tests/GeneratedTests/GeneratedTests.swift | 2 +- WORKSPACE | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/SwiftLintBuiltInRules/Models/BuiltInRules.swift b/Source/SwiftLintBuiltInRules/Models/BuiltInRules.swift index c0cdc8365d..647aecc080 100644 --- a/Source/SwiftLintBuiltInRules/Models/BuiltInRules.swift +++ b/Source/SwiftLintBuiltInRules/Models/BuiltInRules.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 2.0.2 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 2.1.2 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT /// The rule list containing all available rules built into SwiftLint. diff --git a/Source/SwiftLintCore/Models/ReportersList.swift b/Source/SwiftLintCore/Models/ReportersList.swift index 2d0371d4c4..53c89305f6 100644 --- a/Source/SwiftLintCore/Models/ReportersList.swift +++ b/Source/SwiftLintCore/Models/ReportersList.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 2.0.2 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 2.1.2 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT /// The reporters list containing all the reporters built into SwiftLint. diff --git a/Tests/GeneratedTests/GeneratedTests.swift b/Tests/GeneratedTests/GeneratedTests.swift index e7d50f39ad..bfc69b63df 100644 --- a/Tests/GeneratedTests/GeneratedTests.swift +++ b/Tests/GeneratedTests/GeneratedTests.swift @@ -1,4 +1,4 @@ -// Generated using Sourcery 2.0.2 — https://github.com/krzysztofzablocki/Sourcery +// Generated using Sourcery 2.1.2 — https://github.com/krzysztofzablocki/Sourcery // DO NOT EDIT @testable import SwiftLintBuiltInRules @_spi(TestHelper) diff --git a/WORKSPACE b/WORKSPACE index 844d4efa24..1823aed6b6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -15,6 +15,6 @@ visibility = ["//visibility:public"], ) """, strip_prefix = "bin", - sha256 = "7489afb5c867efa06333a779a2430ccb52647a50f0e2280066cc78aea4532d8d", - url = "https://github.com/krzysztofzablocki/Sourcery/releases/download/2.0.2/Sourcery-2.0.2.zip", + sha256 = "abd72022d996b09196f27c8ca67310ebded3ef2fd93d823db48dfcac923699e5", + url = "https://github.com/krzysztofzablocki/Sourcery/releases/download/2.1.2/Sourcery-2.1.2.zip", )