-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsonar-project.properties
More file actions
36 lines (26 loc) · 1.15 KB
/
sonar-project.properties
File metadata and controls
36 lines (26 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# SPDX-FileCopyrightText: NONE
# SPDX-License-Identifier: CC0-1.0
sonar.projectKey=micro5k_google-sync-addon
sonar.organization=micro5k
# This is the name displayed in the SonarQube UI
sonar.projectName=Google sync add-on
sonar.projectBaseDir=.
sonar.sources=.
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Explicitly set the Python version for more precise analysis
sonar.python.version=3.14
# Ignore NOSONAR_BEGIN / NOSONAR_END blocks
sonar.issue.ignore.block=e1
sonar.issue.ignore.block.e1.beginBlockRegexp=NOSONAR_BEGIN
sonar.issue.ignore.block.e1.endBlockRegexp=NOSONAR_END
# List of exceptions
sonar.issue.ignore.multicriteria=e1,e2
# Ignore githubactions:S7637 on GitHub workflows (Use full commit SHA hash for this dependency)
sonar.issue.ignore.multicriteria.e1.ruleKey=githubactions:S7637
sonar.issue.ignore.multicriteria.e1.resourceKey=.github/workflows/*
# Ignore shelldre:S7688 on shell scripts (Use "[[" instead of "[" for conditional tests)
sonar.issue.ignore.multicriteria.e2.ruleKey=shelldre:S7688
sonar.issue.ignore.multicriteria.e2.resourceKey=**/*.sh
# Disable coverage
sonar.coverage.exclusions=**/*