You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,6 +394,37 @@ Always download the latest version of [Loaders for ionCube ](http://www.ioncube.
394
394
395
395
396
396
397
+
<br>
398
+
<aname="Install-SonarQube"></a>
399
+
400
+
## Install SonarQube (automatic code review tool)
401
+
SonarQube® is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests.
402
+
<br>
403
+
1 - Open the `.env` file
404
+
<br>
405
+
2 - Search for the `SONARQUBE_HOSTNAME=sonar.example.com` argument
0 commit comments