Skip to content

Commit f7b9173

Browse files
authored
Show support for SonarQube 25.1 (#58)
1 parent a44e520 commit f7b9173

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

1212
- [#39](https://github.com/green-code-initiative/creedengo-javascript/issues/39) Add rule `@creedengo/avoid-brightness-override` (GCI522)
1313
- [#41](https://github.com/green-code-initiative/creedengo-javascript/pull/41) Add rule `@creedengo/no-torch` (GCI530)
14-
- Rename plugin to creedengo-javascript
15-
- Add support for SonarQube up to 10.7
14+
- [#58](https://github.com/green-code-initiative/creedengo-javascript/pull/58) Add support for SonarQube up to 25.1
1615

1716
### Changed
1817

18+
- [#56](https://github.com/green-code-initiative/creedengo-javascript/issues/56) **BREAKING:** Rename plugin to creedengo-javascript
1919
- [#44](https://github.com/green-code-initiative/creedengo-javascript/pull/44) Implement the rule GCI523 for React Native
2020
- [#52](https://github.com/green-code-initiative/creedengo-javascript/pull/52) Remove trailing dots in Sonar rules descriptions
2121
- Update Docker Compose configuration file to V2

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-
| 1.4.+, 1.5.+ | 9.9.+ LTA to 10.7 | 7+ |
51+
| 1.4.+, 1.5.+ | 9.9.+ LTA to 25.1 | 7+ |
5252

5353
## 🤝 Contribution
5454

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:10.7-community
6+
image: sonarqube:25.1.0.102122-community
77
container_name: sonar_creedengo_javascript
88
ports:
99
- "9000:9000"

0 commit comments

Comments
 (0)