Skip to content
Closed
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
This is a monorepo for the LFX One application, built
with Angular 19 and experimental zoneless change detection.


Check failure on line 6 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Multiple consecutive blank lines [Expected: 1; Actual: 2]

README.md:6 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Fix markdown-lint MD012 violation: remove extra blank line.

The added blank line at line 6 creates multiple consecutive blank lines, which violates the markdown-lint MD012 rule ("no-multiple-blanks"). This is causing the pipeline to fail. Remove the extra blank line to align with the project's markdown linting rules.

 This is a monorepo for the LFX One application, built
 with Angular 19 and experimental zoneless change detection.
 
-
 ## What's inside?
📝 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
This is a monorepo for the LFX One application, built
with Angular 19 and experimental zoneless change detection.
## What's inside?
🧰 Tools
🪛 GitHub Actions: Markdown Lint

[error] 6-6: markdownlint: MD012/no-multiple-blanks Multiple consecutive blank lines.

🪛 GitHub Check: markdown-lint

[failure] 6-6: Multiple consecutive blank lines [Expected: 1; Actual: 2]
README.md:6 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]

🤖 Prompt for AI Agents
In README.md at around line 6, there is an extra blank line creating multiple
consecutive blank lines (markdown-lint MD012 violation); remove the unnecessary
blank line so there are no consecutive blank lines at that location, leaving a
single blank line (or none if formatting dictates) to satisfy the linter and
restore pipeline passing.

## What's inside?

### Apps and Packages
Expand Down
Loading