float-values: Add a new rule to check floating-point numbers

This commit is contained in:
Derek Brown
2022-06-06 16:07:34 -07:00
committed by Adrien Vergé
parent 40cab7f999
commit 8ac7d58693
5 changed files with 328 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ empty-values
.. automodule:: yamllint.rules.empty_values
float-values
------------
.. automodule:: yamllint.rules.float_values
hyphens
-------