Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ CLAUDE.local.md
!.github/workflows/release.yml
!.qlty/
!.qlty/qlty.toml
!.sonarcloud.properties
!.vscode/settings.json
!config/
!config/gitleaks-release.toml
17 changes: 17 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @flext-regenerate: make gen
# @flext-ssot: flext-infra/config/codegen.yaml + flext-infra/src/flext_infra/templates/project/base/sonarcloud.properties.j2
# @flext-maintenance: do not edit generated projections; edit the SSOT and regenerate
# Generated by flext_infra codegen conform.
#
# SonarCloud automatic analysis honors only the scope keys below.

sonar.sources=.
sonar.tests=tests
sonar.test.inclusions=tests/**/*.py
sonar.sourceEncoding=UTF-8
sonar.exclusions=**/.venv/**,**/__pycache__/**,**/*.py[cod],**/build/**,**/dist/**,**/*.egg-info/**,**/.pytest_cache/**,**/.reports/**,**/node_modules/**,**/.scannerwork/**,tests/**
sonar.cpd.exclusions=tests/**

# Server-side issue exclusions: applied through SonarCloud project settings,
# which automatic analysis requires; they are not file properties.
# text:S8565 on pyproject.toml: fleet lockfile ban (operator order); dependency ranges live in pyproject.toml; bead flext-c8yle
Loading