Skip to content

Commit b9f5c62

Browse files
committed
added sonar-project.properties
1 parent c331a88 commit b9f5c62

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

sonar-project.properties

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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-*/**/*

0 commit comments

Comments
 (0)