We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f578bcc commit 98d691dCopy full SHA for 98d691d
.gitignore
@@ -13,4 +13,7 @@
13
14
# Jazzy generated folders
15
/docs/
16
-/build/
+/build/
17
+
18
+# SonarQube
19
+.scannerwork/
sonar.sh
@@ -0,0 +1,8 @@
1
+#! /bin/bash
2
3
+sonar-scanner \
4
+ -X \
5
+ -Dsonar.projectKey=DataStructuresKey \
6
+ -Dsonar.sources=. \
7
+ -Dsonar.host.url=http://localhost:9000 \
8
+ -Dsonar.login=ee4b2751f7ecbf413cd2e67ab8372419fadb2a79
0 commit comments