chore: adds new sources#12
Conversation
Review Summary by QodoAdd four new international news sources
WalkthroughsDescription• Adds four new news source configurations • Includes Al Jazeera, BBC, Hindustan Times, SCMP • Each source includes name, summary, tags, URI Diagramflowchart LR
sources["sources directory"]
sources -- "adds" --> aljazeera["Al Jazeera<br/>Qatari news org"]
sources -- "adds" --> bbc["BBC<br/>British broadcaster"]
sources -- "adds" --> ht["Hindustan Times<br/>Indian newspaper"]
sources -- "adds" --> scmp["South China Morning Post<br/>Hong Kong newspaper"]
File Changes1. sources/al-jazeera.yaml
|
Code Review by Qodo
1. Tags contain spaces
|
There was a problem hiding this comment.
1 issue found across 4 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="sources/scmp.yaml">
<violation number="1" location="sources/scmp.yaml:3">
P2: `tags` must be formatted as comma-separated values without spaces; this value contains a space and can fail schema validation.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Signed-off-by: Amit Singh <singhamitch@outlook.com>
36e39b3 to
71add81
Compare
Signed-off-by: Amit Singh <singhamitch@outlook.com>
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="scripts/validate.py">
<violation number="1" location="scripts/validate.py:103">
P2: The `httpsurl` validator is too weak: it only checks `startswith('https://')`, so malformed URLs can pass validation.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
No description provided.