Skip to content

Commit 29b8467

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] Sonarcloud code smell: Use the "type" parameter syntax to declare this generic class.
Generic classes should be defined using the type parameter syntax python:S6792
1 parent 83a7d8c commit 29b8467

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sonar-project.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ sonar.python.version=3.12
1717

1818
# Coverage
1919
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

Comments
 (0)