-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
13 lines (12 loc) · 858 Bytes
/
Copy pathsonar-project.properties
File metadata and controls
13 lines (12 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: MPL-2.0
# SonarQube Cloud (SonarCloud) configuration.
# Project: https://sonarcloud.io/project/overview?id=hyperpolymath_cicd-squabbler
# Requires the SONAR_TOKEN repository secret + a SonarCloud project (owner setup).
sonar.organization=hyperpolymath
sonar.projectKey=hyperpolymath_cicd-squabbler
# Analysable surface = shell scripts + any JS/TS the template carries. Idris2,
# Zig, Elixir and AffineScript have no SonarCloud analyser; vendored, generated,
# build, proof, doc-template and dependency trees are excluded to keep findings
# signal-rich (mirrors the boj-server arrangement).
sonar.exclusions=build/**,container/**,generated/**,**/node_modules/**,**/_build/**,**/deps/**,**/.lake/**,verification/**,docs-template/**,machine-readable-design/**,**/*.idr,**/*.ipkg,**/*.zig
sonar.coverage.exclusions=tests/**,**/*test*