Skip to content

Commit

Permalink
Add field "requiredForLanguages"
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Feb 1, 2024
1 parent 7639768 commit 6cec42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- [#30](https://github.com/green-code-initiative/ecoCode-javascript/issues/30) EC24: define the WHERE clause as a limiting keyword
- [#32](https://github.com/green-code-initiative/ecoCode-javascript/pull/32) Add support for SonarQube 10.4 "DownloadOnlyWhenRequired" feature
- [ecoCode#185](https://github.com/green-code-initiative/ecoCode/issues/185) Add build number to manifest

### Changed
Expand Down
1 change: 1 addition & 0 deletions sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<pluginApiMinVersion>${version.sonarqube}</pluginApiMinVersion>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<jreMinVersion>${java.version}</jreMinVersion>
<requiredForLanguages>js,ts,web,yaml</requiredForLanguages>
<archive>
<manifestEntries>
<Implementation-Build>${buildNumber}</Implementation-Build>
Expand Down

0 comments on commit 6cec42a

Please sign in to comment.