Go to file
Matteo Mara 37e0ed33d0 NO-JIRA Remove public modifier from Junit5 Test classes 2024-06-20 20:02:37 +00:00
.cirrus SONAR-22096 fixed a typo sonarqube analysis parameters when running on Cirrus 2024-04-18 20:03:12 +00:00
.github SONAR-22404 Update embedded Java analyzer 8.0.1.36337 (#11228) 2024-06-13 20:02:33 +00:00
.vscode SQDEVOPS-485 Creates fips_qa_task 2024-05-21 20:02:35 +00:00
buildSrc/src/main/groovy/org.sonar.build
docs
gradle/wrapper
plugins SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons-lang3 2024-03-16 20:02:46 +00:00
scripts
server NO-JIRA Remove public modifier from Junit5 Test classes 2024-06-20 20:02:37 +00:00
sonar-application SONAR-22404 Update embedded Java analyzer 8.0.1.36337 (#11228) 2024-06-13 20:02:33 +00:00
sonar-core SONAR-22427 Adapt Onboarding tutorials for CFamily Linux ARM64 (#11286) 2024-06-20 20:02:37 +00:00
sonar-duplications
sonar-markdown SONAR-22162 Support empty quote line in issue comment (#11048) 2024-04-30 10:59:03 +02:00
sonar-plugin-api-impl SONAR-22352 fix test AES GCM/ECB assertions to comply with different underlying implementation of encryption algorithm. 2024-06-18 20:02:40 +00:00
sonar-scanner-engine SONAR-22152 Remove JGit workaround 2024-06-20 20:02:37 +00:00
sonar-scanner-engine-shaded SONAR-22036 Add a main to the scanner engine 2024-04-15 20:02:44 +00:00
sonar-scanner-protocol SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons-lang3 2024-03-16 20:02:46 +00:00
sonar-shutdowner
sonar-testing-harness NO-JIRA Make Gson usage more type-safe 2024-01-29 20:03:17 +00:00
sonar-testing-ldap
sonar-ws SONAR-22365 Fix SSF-571 2024-06-17 20:02:35 +00:00
sonar-ws-generator
test-monitoring SONAR-22119 backend minor dependency updates 2024-04-30 10:59:02 +02:00
ut-monitoring
.cirrus.star SONAR-22347 bumped cirrus-modules from v2 to v3 2024-06-04 20:02:42 +00:00
.dockerignore
.gitignore [NO-JIRA] Add vscode settings (#10780) 2024-03-21 20:02:41 +00:00
HEADER
LICENSE.txt
NOTICE.txt
README.md SONAR-21124 Replace Twitter mention and logo with X 2024-02-01 20:02:46 +00:00
build.gradle SONAR-22440 Upgrade `text` plugins to version 2.12.1.2905 (#11296) 2024-06-20 20:02:37 +00:00
build.sh
debug-server.sh
gradle.properties NO-JIRA rename es version variable client/server 2024-05-10 20:02:47 +00:00
gradlew
gradlew.bat
logs.sh
settings.gradle SONAR-22121 Move security reports pdf generation to its own library 2024-05-08 20:02:44 +00:00
start.sh
stop.sh
wss-unified-agent.config

README.md

SonarQube Build Status Quality Gate Status

Continuous Inspection

SonarQube provides the capability to not only show the health of an application but also to highlight issues newly introduced. With a Quality Gate in place, you can achieve Clean Code and therefore improve code quality systematically.

Have Questions or Feedback?

For support questions ("How do I?", "I got this error, why?", ...), please first read the documentation and then head to the SonarSource Community. The answer to your question has likely already been answered! 🤓

Be aware that this forum is a community, so the standard pleasantries ("Hi", "Thanks", ...) are expected. And if you don't get an answer to your thread, you should sit on your hands for at least three days before bumping it. Operators are not standing by. 😄

Contributing

If you would like to see a new feature or report a bug, please create a new thread in our forum.

Please be aware that we are not actively looking for feature contributions. The truth is that it's extremely difficult for someone outside SonarSource to comply with our roadmap and expectations. Therefore, we typically only accept minor cosmetic changes and typo fixes.

With that in mind, if you would like to submit a code contribution, please create a pull request for this repository. Please explain your motives to contribute this change: what problem you are trying to fix, what improvement you are trying to make.

Make sure that you follow our code style and all tests are passing (Travis build is executed for each pull request).

Willing to contribute to SonarSource products? We are looking for smart, passionate, and skilled people to help us build world-class code-quality solutions. Have a look at our current job offers here!

Building

To build sources locally follow these instructions.

Build and Run Unit Tests

Execute from the project base directory:

./gradlew build

The zip distribution file is generated in sonar-application/build/distributions/. Unzip it and start the server by executing:

# on Linux
bin/linux-x86-64/sonar.sh start
# or on MacOS
bin/macosx-universal-64/sonar.sh start
# or on Windows
bin\windows-x86-64\StartSonar.bat

Open in IDE

If the project has never been built, then build it as usual (see previous section) or use the quicker command:

./gradlew ide

Then open the root file build.gradle as a project in IntelliJ or Eclipse.

Gradle Hints

./gradlew command Description
dependencies list dependencies
licenseFormat --rerun-tasks fix source headers by applying HEADER.txt
wrapper --gradle-version 5.2.1 upgrade wrapper

License

Copyright 2008-2024 SonarSource.

Licensed under the GNU Lesser General Public License, Version 3.0