-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SONARPY-1653 Include celery in the extended ruling test (#1710)
- Loading branch information
Jeremi Do Dinh
authored
Feb 15, 2024
1 parent
7565113
commit 2c04bd1
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
its/ruling/src/test/resources/expected_extended/celery/python-S1143.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
'celery:celery/concurrency/asynpool.py': [ | ||
399 | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
its/ruling/src/test/resources/expected_extended/celery/python-S1226.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
'celery:celery/app/trace.py': [ | ||
632 | ||
], | ||
'celery:celery/contrib/rdb.py': [ | ||
116 | ||
], | ||
'celery:celery/events/cursesmon.py': [ | ||
249, | ||
249 | ||
], | ||
'celery:celery/events/state.py': [ | ||
547 | ||
], | ||
'celery:celery/apps/multi.py': [ | ||
113 | ||
], | ||
'celery:celery/bin/worker.py': [ | ||
298 | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
its/ruling/src/test/resources/expected_extended/celery/python-S930.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
'celery:celery/app/task.py': [ | ||
542 | ||
] | ||
} |