mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

lookup yamllint alternatives #411

Open mcandre opened 1 year ago

mcandre commented 1 year ago

particularly ones written in rust

mcandre commented 9 months ago

But even a Go implementation would in principle be easier to manage than a Python one.

mcandre commented 9 months ago

Unfortunately, the pickings are slim.

We could reimplement the latest yamllint warnings in a new Rust project with PEG. That would take a while.

We'd want the new tool's configuration file to feature a conventional .yaml file extension. And recurse over directories by default. And maintain an index of common YAML configuration file patterns, including *.yaml and *.yml, as well as common application YAML file configurations that omit both of these file extensions.