File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- [ #40 ] ( https://github.com/green-code-initiative/creedengo-javascript/pull/40 ) Add rule ` @creedengo/avoid-autoplay ` (GCI36)
1313- [ #45 ] ( https://github.com/green-code-initiative/creedengo-javascript/pull/45 ) Add rule ` @creedengo/avoid-keep-awake ` (GCI505)
1414- [ #46 ] ( https://github.com/green-code-initiative/creedengo-javascript/pull/46 ) Add rule ` @creedengo/prefer-lighter-formats-for-image-files ` (GCI31)
15+ - [ #68 ] ( https://github.com/green-code-initiative/creedengo-javascript/pull/68 ) Add support for SonarQube up to 25.3
1516
1617## [ 2.0.0] - 2025-01-22
1718
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The standalone version of the ESLint plugin is available from [npmjs](https://np
4848
4949| Plugins Version | SonarQube version | ESLint version |
5050| --------------- | ----------------- | -------------- |
51- | 2.+ | 9.9.+ LTA to 25.1 | 7+ |
51+ | 2.+ | 9.9.+ LTA to 25.3 | 7+ |
5252| 1.4, 1.5 | 9.9.+ LTA to 10.7 | 7+ |
5353
5454## 🤝 Contribution
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: sonarqube_creedengo_javascript
33
44services :
55 sonar :
6- image : sonarqube:25.1 .0.102122 -community
6+ image : sonarqube:25.3 .0.104237 -community
77 container_name : sonar_creedengo_javascript
88 ports :
99 - " 9000:9000"
You can’t perform that action at this time.
0 commit comments