mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 16:32:41 +01:00
Remove sonar-project.properties - not supported by SonarScanner for .NET
This commit is contained in:
parent
94ff8a3874
commit
09174a6303
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
# SonarCloud Configuration for Aletheia
|
||||
|
||||
sonar.projectKey=cheir-mneme_aletheia
|
||||
sonar.organization=cheir-mneme
|
||||
|
||||
# Exclude false positive log injection warnings
|
||||
# SanitizeForLog() extension method sanitizes all user input before logging
|
||||
# but SonarCloud doesn't recognize custom sanitizers
|
||||
sonar.issue.ignore.multicriteria=e1
|
||||
|
||||
# S5145: Log injection - false positive, using SanitizeForLog() sanitizer
|
||||
sonar.issue.ignore.multicriteria.e1.ruleKey=roslyn.sonaranalyzer.security.cs:S5145
|
||||
sonar.issue.ignore.multicriteria.e1.resourceKey=**/*.cs
|
||||
Loading…
Reference in a new issue