File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ # vim:ts=4:sts=4:sw=4:et
2
+ #
3
+ # Author: Hari Sekhon
4
+ # Date: 2016-07-19 18:31:17 +0100 (Tue, 19 Jul 2016)
5
+ #
6
+ # https://github.com/HariSekhon/SQL-scripts
7
+ #
8
+ # License: see accompanying Hari Sekhon LICENSE file
9
+ #
10
+ # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
11
+ #
12
+ # https://www.linkedin.com/in/HariSekhon
13
+ #
14
+
15
+ # ============================================================================ #
16
+ # S o n a r Q u b e
17
+ # ============================================================================ #
18
+
19
+ sonar.host.url =https://sonarcloud.io
20
+
21
+ # Required metadata
22
+ sonar.organization =harisekhon
23
+ sonar.projectName =SQL-scripts
24
+ sonar.projectKey =HariSekhon_SQL-scripts
25
+ sonar.projectVersion =1.0
26
+
27
+ sonar.projectDescription =SQL-scripts
28
+
29
+ sonar.links.homepage =https://github.com/HariSekhon/SQL-scripts
30
+ sonar.links.scm =https://github.com/HariSekhon/SQL-scripts
31
+ sonar.links.issue =https://github.com/HariSekhon/SQL-scripts/issues
32
+ sonar.links.ci =https://github.com/HariSekhon/SQL-scripts/actions
33
+
34
+ # directories to scan (defaults to sonar-project.properties dir otherwise)
35
+ sonar.sources =.
36
+
37
+ # sonar.language=py
38
+
39
+ sonar.sourceEncoding =UTF-8
40
+
41
+ # sonar.exclusions=**/tests/**
42
+ # sonar.exclusions=**/zookeeper-*/**/*
You can’t perform that action at this time.
0 commit comments