ibr-cm / ions

Insight on Network Simulations
GNU General Public License v3.0
3 stars 2 forks source link

Integrate yamllint #12

Open hagau opened 2 months ago

hagau commented 2 months ago

A linter for the YAML files would be great. yamllint is a likely candidate for that task, but has (this is of course my personal opinion) rather stringent and somewhat opinionated defaults. Still, after some experimentation, integration should not be too difficult.

hagau commented 1 week ago

Commit 9827509feec4d68704a86c5e9eadee22ae993b45 adds very rudimentary linting via yamllint. This obviously needs further work. The next step would be writing the configuration for yamllint, then proper integration by using the python module itself instead of running it in a subprocess can be implemented.