Skip to content

Commit e044f9a

Browse files
committed
Fix casing of ID field in ruleset.json for consistency
1 parent e009f25 commit e044f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dependency-Graph/.vscode/ruleset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
"justification": "PerTenantExtensionCop - The member ID should be within the allowed range."
603603
},
604604
{
605-
"ID": "PTE0023",
605+
"id": "PTE0023",
606606
"action": "Error",
607607
"justification": "PerTenantExtensionCop - The enum ordinal value should be within the allowed range."
608608
},

0 commit comments

Comments
 (0)