[PR #466] [MERGED] Add Linting to the Project #466

Closed
opened 2025-11-06 08:26:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/466
Author: @ScottGibb
Created: 11/20/2024
Status: Merged
Merged: 11/21/2024
Merged by: @berkus

Base: masterHead: add-markdown-lint


📝 Commits (10+)

📊 Changes

4 files changed (+338 additions, -34 deletions)

View changed files

.github/workflows/Linting.yml (+35 -0)
.markdownlint.yml (+277 -0)
📝 Code-of-Conduct.md (+1 -1)
📝 README.md (+25 -33)

📄 Description

Markdown Lint Through Super Linter

This PR adds Markdownlint alongside yamllint to the project using Super Linter. Along with this, the PR addresses formatting issues in the current markdown files and provides a config going forward for the project.

Addressing the following Issue: #156


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/466 **Author:** [@ScottGibb](https://github.com/ScottGibb) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@berkus](https://github.com/berkus) **Base:** `master` ← **Head:** `add-markdown-lint` --- ### 📝 Commits (10+) - [`326ef51`](https://github.com/rust-embedded/awesome-embedded-rust/commit/326ef512cb1b2bb772b2e483b52608ea43bcacde) Create Static Analysis.yml - [`26e0b57`](https://github.com/rust-embedded/awesome-embedded-rust/commit/26e0b57cff4a432969d0a33114772d6fe2ddf032) Create .markdownlint.json - [`3313e16`](https://github.com/rust-embedded/awesome-embedded-rust/commit/3313e168de8c9717cf38e211a760655616c4b60d) Update Static Analysis.yml - [`53a04c7`](https://github.com/rust-embedded/awesome-embedded-rust/commit/53a04c7966f8df7db6df9a46a05439367b87ccb3) Adding Static Analysis Badge - [`8badb0f`](https://github.com/rust-embedded/awesome-embedded-rust/commit/8badb0f8bea06742c8c257c4d5adea838b55a8ff) Updated Markdown to meet linter criteria - [`4b4e2fd`](https://github.com/rust-embedded/awesome-embedded-rust/commit/4b4e2fd8b8f4668ec666a85d53a7671b685dce8f) fixed license link - [`264916b`](https://github.com/rust-embedded/awesome-embedded-rust/commit/264916b2e0e36da0c502459a62a53584cb79c3b7) Updated Linting - [`9045dfa`](https://github.com/rust-embedded/awesome-embedded-rust/commit/9045dfab4ca5f2b127f3324d32fe1ae951ec9e0f) Markdownlint settings - [`1126bbc`](https://github.com/rust-embedded/awesome-embedded-rust/commit/1126bbcce102534a3269cbce10cd96158d8c4a00) removing autofixes - [`6d82f45`](https://github.com/rust-embedded/awesome-embedded-rust/commit/6d82f450d6e8b5fba80b81fd3bc498949e658635) renaming yaml files ### 📊 Changes **4 files changed** (+338 additions, -34 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/Linting.yml` (+35 -0) ➕ `.markdownlint.yml` (+277 -0) 📝 `Code-of-Conduct.md` (+1 -1) 📝 `README.md` (+25 -33) </details> ### 📄 Description ### Markdown Lint Through Super Linter This PR adds Markdownlint alongside yamllint to the project using [Super Linter](https://github.com/super-linter/super-linter). Along with this, the PR addresses formatting issues in the current markdown files and provides a config going forward for the project. Addressing the following Issue: #156 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 08:26:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#466