KeisukeYamashita / commitlint-rs

🔦 Lint commit messages with conventional commit messages
https://keisukeyamashita.github.io/commitlint-rs
Apache License 2.0
32 stars 8 forks source link

doc(web): typo fix `warn` -> `warning` #291

Closed dalisoft closed 7 months ago

dalisoft commented 7 months ago

This fixes case of

Failed to load config: Failed to parse configuration file: RULE: unknown variant `warn`, expected one of `error`, `ignore`, `warning

Why