f
Some checks failed
SonarQube / Build and analyze (pull_request) Failing after 2m55s

This commit is contained in:
Leonid Pershin
2025-10-22 03:59:52 +03:00
parent 57652d87e1
commit d71542a0d1
2 changed files with 1 additions and 6 deletions

View File

@@ -12,9 +12,6 @@
**/bin/**
**/TestResults/**
## Security Hotspots Exclusions (sonar.security.hotspots.excluded)
**/Models/Configuration/**/*.cs
## Source and Test Directories
Sources: ChatBot/
Tests: ChatBot.Tests/
@@ -24,4 +21,3 @@ Tests: ChatBot.Tests/
- ModelSnapshot: Auto-generated EF Core snapshot
- obj/bin: Build artifacts
- TestResults: Test execution results
- Configuration Models: Safe usage of environment variables for secrets (BotToken, ConnectionString)