Skip to content

Commit f91ecd8

Browse files
committed
update CHANGELOG + delete deprecated EC69 rule
1 parent 6bb1d2c commit f91ecd8

File tree

5 files changed

+5
-88
lines changed

5 files changed

+5
-88
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
- refactoring docker system
1515
- [#29](https://github.com/green-code-initiative/ecoCode-python/issues/29) Add test to ensure all Rules are registered
16-
- [#24](https://github.com/green-code-initiative/ecoCode-python/issues/24) Set correct required language because the plugin wasn't loaded anymore => change of retro-compatibility (9.9.0 to 10.7 and not compatible before 9.9.0)
16+
- [#24](https://github.com/green-code-initiative/ecoCode-python/issues/24) Set correct required language because the plugin wasn't loaded anymore => change of retro-compatibility (9.9.0 to 10.7 and not compatible before 9.9.0) AND add support for > 10.5 Sonarqube version (up to 10.7.0)
17+
- update some maven plugin versions to b up-to-date
1718

1819
### Deleted
1920

21+
- delete EC69 rule because of deprecation (see RULES.md file)
22+
2023
## [1.4.4] - 2024-07-18
2124

2225
### Added
@@ -36,8 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3639

3740
### Added
3841

39-
- [#18](https://github.com/green-code-initiative/ecoCode-python/issues/18) Add support for SonarQube 10.4 "
40-
DownloadOnlyWhenRequired" feature
42+
- [#18](https://github.com/green-code-initiative/ecoCode-python/issues/18) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature
4143
- Add Support for SonarQube 10.4.1
4244

4345
### Changed

src/main/java/fr/greencodeinitiative/python/PythonRuleRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class PythonRuleRepository implements RulesDefinition, PythonCustomRuleRe
3535
AvoidTryCatchWithFileOpenedCheck.class,
3636
AvoidUnlimitedCache.class,
3737
AvoidUnoptimizedVectorImagesCheck.class,
38-
NoFunctionCallWhenDeclaringForLoop.class,
3938
AvoidFullSQLRequest.class,
4039
AvoidListComprehensionInIterations.class,
4140
DetectUnoptimizedImageFormat.class,

src/main/java/fr/greencodeinitiative/python/checks/NoFunctionCallWhenDeclaringForLoop.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/test/java/fr/greencodeinitiative/python/checks/NoFunctionCallWhenDeclaringForLoopTest.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/test/resources/checks/noFunctionCallWhenDeclaringForLoop.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)