ci: add .deepsource.toml

This commit is contained in:
deepsource-io[bot] 2024-06-29 18:37:34 +00:00 committed by GitHub
parent 16dcea4092
commit 53f4b37bcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
.deepsource.toml Normal file
View File

@ -0,0 +1,13 @@
version = 1
[[analyzers]]
name = "secrets"
[[analyzers]]
name = "test-coverage"
[[analyzers]]
name = "csharp"
[[transformers]]
name = "dotnet-format"