Skip to content

Commit 7626867

Browse files
authored
Show support for SonarQube 25.3 (#68)
1 parent b6cf0dc commit 7626867

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sonarqube_creedengo_javascript
33

44
services:
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"

0 commit comments

Comments
 (0)