Skip to content

Commit

Permalink
Update Sourcery to 2.1.2 (#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Oct 31, 2023
1 parent c4ae902 commit 48604d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/SwiftLintBuiltInRules/Models/BuiltInRules.swift
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftLintCore/Models/ReportersList.swift
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Tests/GeneratedTests/GeneratedTests.swift
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit 48604d3

Please sign in to comment.