We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b28f4 commit 7d3fee6Copy full SHA for 7d3fee6
.github/CODEOWNERS
@@ -7,13 +7,13 @@
7
# Each line is a file pattern followed by one or more owners.
8
# Order is important. The last matching pattern has the most precedence.
9
10
+# Owner of anything in SwiftSyntax not owned by anyone else.
11
+* @ahoppen
12
+
13
# Macros
-Sources/_SwiftSyntaxMacros @DougGregor
-Tests/SwiftSyntaxMacrosTest @DougGregor
14
+/Sources/_SwiftSyntaxMacros @DougGregor
15
+/Tests/SwiftSyntaxMacrosTest @DougGregor
16
17
# SwiftOperators
-Sources/SwiftOperators @DougGregor
-Tests/SwiftOperatorsTest @DougGregor
-
18
-# Owner of anything in SwiftSyntax not owned by anyone else.
19
-* @ahoppen
+/Sources/SwiftOperators @DougGregor
+/Tests/SwiftOperatorsTest @DougGregor
0 commit comments