mschuchard / linter-ansible-syntax

ansible syntax check linter for pulsar
MIT License
5 stars 3 forks source link

closes #9 - broken version detect #10

Closed walterrowe closed 4 years ago

walterrowe commented 4 years ago

closes #9 - broken version detect

mschuchard commented 4 years ago

This does not account for the super edge case of versions 0.01 to 0.9, as well as 1.0 to 1.2 before Ansible adopted semantic versioning, but I would be in complete disbelief if anyone is still using those.

Very reasonable to merge; ? can be added for second \d+ and [01] for major version if those edge cases ever seriously come up.