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 a433992 commit e03b6dbCopy full SHA for e03b6db
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.1
+// swift-tools-version:5.3
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
sonar.sh
@@ -1,5 +1,6 @@
#! /bin/bash
-
+GIT_BRANCH=$(git branch | grep '\*' | awk '{print $2}')
+echo GIT_BRANCH $GIT_BRANCH
sonar-scanner \
5
-X \
6
-Dsonar.projectKey=DataStructuresKey \
0 commit comments