rstcheck / rstcheck-core

Core library behind rstcheck.
http://rstcheck-core.rtfd.io/
MIT License
4 stars 8 forks source link

[Feature]: support yaml code block checks #77

Closed pshchelo closed 12 months ago

pshchelo commented 1 year ago

To Dos

Description

Yaml is so pervasive nowadays..

Minimal YAML support in rstcheck would be nice, e.g. the same way as for JSON - just try to yaml.load it and report on errors if any.

Can be done as optional dependency on PyYaml, and running the check only if that is installed, otherwise skipping.

Operating System

Linux

Operating System Details

No response

Python Version

3.10

rstcheck Version

master

Cielquan commented 12 months ago

Released in 1.2.0