Skip to content

Commit 01699a1

Browse files
committed
GCI100 & GCI104 fix: Correct typo in tags (PyTorch -> pytorch)
1 parent 0765859 commit 01699a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/rules/GCI100/GCI100.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"performance",
1313
"memory",
1414
"ai",
15-
"PyTorch"
15+
"pytorch"
1616
],
1717
"defaultSeverity": "Minor"
1818
}

src/main/rules/GCI104/GCI104.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"eco-design",
1212
"performance",
1313
"ai",
14-
"PyTorch"
14+
"pytorch"
1515
],
1616
"defaultSeverity": "Minor"
1717
}

0 commit comments

Comments
 (0)