Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions DATA_PIPELINE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@ To reach full maturity, the project should move towards **Dimensional Modeling (

---
*Created by Ritik CLI Ai agent for the dbt SQL Server Learning Project.*

```
Co-authored-by: ritsky-project <ritsky598@gmail.com>
```
Comment on lines +168 to +170

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix Markdown lint warning for the attribution block.

Line 168 opens a fenced block without a language (MD040). Since this is attribution text, render it as plain text instead of a code fence.

Suggested fix
-```
-Co-authored-by: ritsky-project <ritsky598@gmail.com>
-```
+Co-authored-by: ritsky-project <ritsky598@gmail.com>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
```
Co-authored-by: ritsky-project <ritsky598@gmail.com>
```
Co-authored-by: ritsky-project <ritsky598@gmail.com>
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 168-168: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@DATA_PIPELINE_GUIDE.md` around lines 168 - 170, Remove the fenced code block
around the attribution: locate the line containing "Co-authored-by:
ritsky-project <ritsky598@gmail.com>" and the surrounding triple backticks (```)
and delete the backticks so the attribution is plain text rather than inside a
fenced code block, ensuring the Markdown linter MD040 warning is resolved.

Loading