Skip to content

Commit 05447ce

Browse files
committed
Rename diagnostic group Markdown files
Match the kebab-case form used by educational notes.
1 parent d8a1649 commit 05447ce

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

include/swift/AST/DiagnosticGroups.def

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
GROUP(no_group, "")
2424

25-
GROUP(DeprecatedDeclaration, "DeprecatedDeclaration.md")
26-
GROUP(Unsafe, "Unsafe.md")
27-
GROUP(UnknownWarningGroup, "UnknownWarningGroup.md")
28-
GROUP(PreconcurrencyImport, "PreconcurrencyImport.md")
29-
GROUP(StrictLanguageFeatures, "StrictLanguageFeatures.md")
30-
GROUP(ExistentialAny, "ExistentialAny.md")
25+
GROUP(DeprecatedDeclaration, "deprecated-declaration.md")
26+
GROUP(Unsafe, "unsafe.md")
27+
GROUP(UnknownWarningGroup, "unknown-warning-group.md")
28+
GROUP(PreconcurrencyImport, "preconcurrency-import.md")
29+
GROUP(StrictLanguageFeatures, "strict-language-features.md")
30+
GROUP(ExistentialAny, "existential-any.md")
3131

3232
#define UNDEFINE_DIAGNOSTIC_GROUPS_MACROS
3333
#include "swift/AST/DefineDiagnosticGroupsMacros.h"

0 commit comments

Comments
 (0)