We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eaf70 commit 1b0f840Copy full SHA for 1b0f840
scripts/run_sonar.sh
@@ -2,7 +2,7 @@
2
# This is an example file to run sonar from a Linux command line
3
# Run from the root of the project like `./scripts/run_sonar.sh`
4
# Follow the setup in Sonar for your prpject and make sure chmod 755 +x on all the files
5
-# and make sure you set the token in the shell like export SONAR_TOKEN="eed5ee77e74042a275fed6f653c372452d5a21d0"
+# and make sure you set the token in the shell like export SONAR_TOKEN="xxxxx"
6
7
make clean
8
~/sonar/build-wrapper-linux-x86-64 --out-dir bw-output make all
0 commit comments