Skip to content

Commit d36eeee

Browse files
committed
fixup! Add System.Text.RegularExpressions.Generator analyzers to .globalconfig
1 parent d927d6b commit d36eeee

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eng/CodeAnalysis.src.globalconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ dotnet_diagnostic.BCL0015.severity = none
2222
dotnet_diagnostic.BCL0020.severity = warning
2323

2424
# SYSLIB1040: Invalid GeneratedRegexAttribute usage
25-
dotnet_diagnostic.SYSLIB1045.severity = error
25+
dotnet_diagnostic.SYSLIB1040.severity = error
2626

2727
# SYSLIB1041: Invalid GeneratedRegexAttribute usage
28-
dotnet_diagnostic.SYSLIB1045.severity = error
28+
dotnet_diagnostic.SYSLIB1041.severity = error
2929

3030
# SYSLIB1042: Invalid GeneratedRegexAttribute usage
31-
dotnet_diagnostic.SYSLIB1045.severity = error
31+
dotnet_diagnostic.SYSLIB1042.severity = error
3232

3333
# SYSLIB1043: Invalid GeneratedRegexAttribute usage
34-
dotnet_diagnostic.SYSLIB1045.severity = error
34+
dotnet_diagnostic.SYSLIB1043.severity = error
3535

3636
# SYSLIB1044: Regex generator limitation reached.
37-
dotnet_diagnostic.SYSLIB1045.severity = warning
37+
dotnet_diagnostic.SYSLIB1044.severity = warning
3838

3939
# SYSLIB1045: Convert to 'GeneratedRegexAttribute'.
4040
dotnet_diagnostic.SYSLIB1045.severity = warning

eng/CodeAnalysis.test.globalconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ dotnet_diagnostic.BCL0015.severity = none
2222
dotnet_diagnostic.BCL0020.severity = none
2323

2424
# SYSLIB1040: Invalid GeneratedRegexAttribute usage
25-
dotnet_diagnostic.SYSLIB1045.severity = error
25+
dotnet_diagnostic.SYSLIB1040.severity = error
2626

2727
# SYSLIB1041: Invalid GeneratedRegexAttribute usage
28-
dotnet_diagnostic.SYSLIB1045.severity = error
28+
dotnet_diagnostic.SYSLIB1041.severity = error
2929

3030
# SYSLIB1042: Invalid GeneratedRegexAttribute usage
31-
dotnet_diagnostic.SYSLIB1045.severity = error
31+
dotnet_diagnostic.SYSLIB1042.severity = error
3232

3333
# SYSLIB1043: Invalid GeneratedRegexAttribute usage
34-
dotnet_diagnostic.SYSLIB1045.severity = error
34+
dotnet_diagnostic.SYSLIB1043.severity = error
3535

3636
# SYSLIB1044: Regex generator limitation reached.
37-
dotnet_diagnostic.SYSLIB1045.severity = none
37+
dotnet_diagnostic.SYSLIB1044.severity = none
3838

3939
# SYSLIB1045: Convert to 'GeneratedRegexAttribute'.
4040
dotnet_diagnostic.SYSLIB1045.severity = none

0 commit comments

Comments
 (0)