We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7d8c commit 29b8467Copy full SHA for 29b8467
sonar-project.properties
@@ -17,3 +17,10 @@ sonar.python.version=3.12
17
18
# Coverage
19
sonar.python.coverage.reportPaths=coverage.xml
20
+
21
+# Ignore
22
+sonar.issue.ignore.multicriteria=e1
23
24
+# python:S6792 Use the "type" parameter syntax to declare this generic class.
25
+sonar.issue.ignore.multicriteria.e1.ruleKey=python:S6792
26
+sonar.issue.ignore.multicriteria.e1.resourceKey=**/*.py
0 commit comments