Skip to content

Commit

Permalink
updated sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 2, 2023
1 parent 1f57fc8 commit faa79a6
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# vim:ts=4:sts=4:sw=4:et
#
# Author: Hari Sekhon
# Date: 2023-04-14 23:55:49 +0100 (Fri, 14 Apr 2023)
# Date: 2016-07-19 18:31:17 +0100 (Tue, 19 Jul 2016)
#
# https://github.com/HariSekhon/Template-Repo
# https://github.com/HariSekhon/Template-repo
#
# License: see accompanying Hari Sekhon LICENSE file
#
Expand All @@ -12,22 +12,31 @@
# https://www.linkedin.com/in/HariSekhon
#

# ============================================================================ #
# S o n a r Q u b e
# ============================================================================ #

sonar.host.url=https://sonarcloud.io

# Required metadata
sonar.organization=harisekhon
sonar.projectName=Template-Repo
sonar.projectKey=HariSekhon_Template-Repo
sonar.projectName=Template-repo
sonar.projectKey=HariSekhon_Template-repo
sonar.projectVersion=1.0

sonar.projectDescription=Template-Repo
sonar.projectDescription=Template-repo

sonar.links.homepage=https://github.com/HariSekhon/Template-Repo
sonar.links.scm=https://github.com/HariSekhon/Template-Repo
sonar.links.issue=https://github.com/HariSekhon/Template-Repo/issues
sonar.links.ci=https://github.com/HariSekhon/Template-Repo/actions
sonar.links.homepage=https://github.com/HariSekhon/Template-repo
sonar.links.scm=https://github.com/HariSekhon/Template-repo
sonar.links.issue=https://github.com/HariSekhon/Template-repo/issues
sonar.links.ci=https://github.com/HariSekhon/Template-repo/actions

# directories to scan (defaults to sonar-project.properties dir otherwise)
sonar.sources=.

sonar.language=py
#sonar.language=py

sonar.sourceEncoding=UTF-8

#sonar.exclusions=**/tests/**
sonar.exclusions=**/zookeeper-*/**/*

0 comments on commit faa79a6

Please sign in to comment.