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 e49461d commit 73f2e7cCopy full SHA for 73f2e7c
.snyk
@@ -0,0 +1,6 @@
1
+# Snyk (<https://snyk.io>) policy file
2
+
3
+---
4
+exclude:
5
+ global:
6
+ - html-coverage-report/**
sonar-project.properties
@@ -0,0 +1,14 @@
+sonar.projectKey=sir-gon_algorithm-exercises-csharp
+sonar.organization=sir-gon
+# This is the name and version displayed in the SonarCloud UI.
+#sonar.projectName=algorithm-exercises-csharp
+#sonar.projectVersion=1.0
7
8
9
+# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
10
+# sonar.sources=src
11
+sonar.exclusions=**/html-coverage-report/**
12
13
+# Encoding of the source code. Default is default system encoding
14
+#sonar.sourceEncoding=UTF-8
0 commit comments