File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
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- | 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
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:10.7 -community
6+ image : sonarqube:25.1.0.102122 -community
77 container_name : sonar_creedengo_javascript
88 ports :
99 - " 9000:9000"
You can’t perform that action at this time.
0 commit comments