Skip to content

Commit e759287

Browse files
committed
SONARPY-2383 Remove Jira reference from the serializer
1 parent c320258 commit e759287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
6eb459c3b0cde3f7debad7bd48a59b47ba62cc1c6c4e3874387b8346869dcc5d
1+
6afddb3d9ea8a46e434faac55e68342ad9dc6d581d5774105429a9b5337a04e8
22
8da52f6aa6c09c02d6b540f4810d6fb61a0bc2e83e4d4d65678481c9a5976695

python-frontend/typeshed_serializer/serializer/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def get_build_result(self, opt=get_options()):
215215
return build_result, {path}
216216

217217
def is_exception(self, file, build_result, source_paths):
218-
# SONARPY-1499: Numpy information is transitively gathered from Pandas (SONARPY-1487)
218+
# SONARPY-1499: Numpy information is transitively gathered from Pandas
219219
# It is currently filtered out to avoid the risk of false positives
220220
return file == "sonar_third_party_libs" or file.startswith("numpy")
221221

0 commit comments

Comments
 (0)