-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
11 lines (10 loc) · 772 Bytes
/
Copy pathsonar-project.properties
File metadata and controls
11 lines (10 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: MPL-2.0
# SonarQube Cloud (SonarCloud) configuration.
# Project: https://sonarcloud.io/project/overview?id=hyperpolymath_resource-record-fluctuator
sonar.organization=hyperpolymath
sonar.projectKey=hyperpolymath_resource-record-fluctuator
# Estate-default analysable surface. Vendored, generated, build, proof, and
# dependency trees are excluded so findings stay signal-rich. SonarCloud
# silently ignores patterns that match nothing in a given repo.
sonar.exclusions=**/node_modules/**,**/build/**,**/dist/**,**/_build/**,**/deps/**,**/target/**,**/vendor/**,**/generated/**,**/.lake/**,external_corpora/**,proofs/**,verification/**,**/*.idr,**/*.zig,**/*.agda,**/*.lean,**/*.lagda
sonar.coverage.exclusions=**/*test*,**/tests/**,**/*.spec.*