Skip to content

Commit 77350f9

Browse files
authored
Update linters (#1015)
1 parent 9a07bd9 commit 77350f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
swiftformat = "0.55.5"
3-
swiftlint = "0.59.0"
2+
swiftformat = "0.58.7"
3+
swiftlint = "0.62.2"

Sources/Indexer/SwiftIndexer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ final class SwiftIndexer: Indexer {
126126
}
127127

128128
struct RawDeclaration {
129-
public struct Key: Hashable {
129+
struct Key: Hashable {
130130
let kind: Declaration.Kind
131131
let name: String?
132132
let isImplicit: Bool

Tests/SPMTests/SPMProject/Sources/SPMProjectMacros/MockMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import SwiftSyntax
44
import SwiftSyntaxMacros
55

66
struct MockMacro: PeerMacro {
7-
public static func expansion(
7+
static func expansion(
88
of _: AttributeSyntax,
99
providingPeersOf declaration: some DeclSyntaxProtocol,
1010
in _: some MacroExpansionContext

0 commit comments

Comments
 (0)