Skip to content

Commit 30f3155

Browse files
authored
Merge pull request #417 from green-code-initiative/GCI100-GCI104-typo
GCI100 & GCI104 fix: Correct typo in tags (PyTorch -> pytorch)
2 parents 0765859 + d520062 commit 30f3155

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
## [2.4.0] - 2025-07-20
1717

1818
### Added
19-
19+
- [#417](https://github.com/green-code-initiative/creedengo-rules-specifications/pull/417) Fixed a typo in the tags GCI 100 and 104.
2020
- [#390](https://github.com/green-code-initiative/creedengo-rules-specifications/pull/390) Added rule GCI106 : Detect scalar sqrt usage in loops and suggest vectorized alternatives
2121
- [#389](https://github.com/green-code-initiative/creedengo-rules-specifications/pull/389) Add rule GCI105, Add a rule on Python String Concatenation
2222
- [#388](https://github.com/green-code-initiative/creedengo-rules-specifications/pull/388) Added rule GCI104 on Torch Tensor types

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)