mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-03-08 23:02:01 -05:00
[PR #466] [MERGED] Add Linting to the Project #466
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-markdown-lint📝 Commits (10+)
326ef51Create Static Analysis.yml26e0b57Create .markdownlint.json3313e16Update Static Analysis.yml53a04c7Adding Static Analysis Badge8badb0fUpdated Markdown to meet linter criteria4b4e2fdfixed license link264916bUpdated Linting9045dfaMarkdownlint settings1126bbcremoving autofixes6d82f45renaming yaml files📊 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.