Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add images to the description files. #23

Merged
merged 12 commits into from
Jan 3, 2023
Binary file added common/images/php/s72_percent_comparison.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ services:
# - type: bind
# source: ./xml-plugin/target/ecocode-xml-plugin-0.1.0-SNAPSHOT.jar
# target: /opt/sonarqube/extensions/plugins/ecocode-xml-plugin-0.1.0-SNAPSHOT.jar
- type: bind
source: common
target: /opt/sonarqube/common
- "extensions:/opt/sonarqube/extensions"
- "logs:/opt/sonarqube/logs"
- "data:/opt/sonarqube/data"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<p>Executing SQL queries in loop induced unnecessary calculation by the cpu, RAM usage and network transfert.</p>
<img src="/opt/sonarqube/common/images/php/s72_percent_comparison.jpg"
alt="ETSdiff percent comparison" style="width:50%;height:50%;">
<h2>Noncompliant Code Example</h2>
<pre>
public function foo() {
Expand Down