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 26178db commit 4acfb97Copy full SHA for 4acfb97
gcp/workers/importer/importer.py
@@ -265,6 +265,10 @@ def _record_quality_finding(
265
findings for the record (if any already exist)
266
"""
267
268
+ # TODO: Do not write import findings at import time, as it could cause
269
+ # confusing results.
270
+ # We run osv-linter daily on all records and populate the linting bucket.
271
+ return
272
# Get any current findings for this record.
273
findingtimenow = utcnow()
274
if existing_finding := osv.ImportFinding.get_by_id(bug_id):
0 commit comments