rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.95k stars 362 forks source link

contributing: add markdown lints #173

Closed MarcoIeni closed 3 years ago

MarcoIeni commented 3 years ago

Closes #167

For me markdownlint '**/*.md' matches also markdown files in the current directory. No need to also do markdownlint '*.md' Tell me if it works for you.

This works for the github action, too. See #174