Commit Graph

3 Commits (1ca64b924091f12424fad246f214910cc8c08890)

Author SHA1 Message Date
Rui Pinge 1ca64b9240 Fix quoted-strings rules not working for string values matching scalars
Co-Authored-By: Adrien Vergé <adrienverge@gmail.com>
5 years ago
Adrien Vergé 8354d50016 quoted-strings: Fix broken rule
Original implementation was completely broken. Documentation and actual
behavior were different. Numbers and booleans were detected as wrong, as
well as explicit types.

Fixes #136 and #130.
7 years ago
Guido Wischrop (mgm tp) aaa8777f1d Add quoted-strings rule
* taken from https://github.com/adrienverge/yamllint/pull/110 (submitted by @jurajseffer)
* small fixes for generic and multi-line strings
* fixes for comments from @adrienverge
7 years ago