Skip to content
Open
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

Chat App made using SolidJS.

### ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.

Comment on lines +18 to +19

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use a level-2 heading here.

### skips ##, which triggers the markdownlint heading-increment rule and makes the README hierarchy inconsistent.

♻️ Proposed fix
-### ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.
+## ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.
📝 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 project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.
## ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 18-18: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

🤖 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 `@README.md` around lines 18 - 19, The README uses a level-3 heading for the
project status notice, which breaks heading hierarchy and markdownlint
heading-increment. Update that notice in the README to a level-2 heading so it
follows the existing section structure consistently.

Source: Linters/SAST tools

## 🗂️ Repos

- Nerimity Web - Frontend (You Are Here)
Expand Down Expand Up @@ -69,7 +71,6 @@ Chat App made using SolidJS.
- [x] Delete Server Channels
- [x] Delete Server


### Explore:

- [x] Explore Servers
Expand Down
Loading