Hmmm... yamllint.com seems to parse my example without warnings and then serialise back into valid YAML (redundant data silently cut). And obviously it's not a gem I can use in my apps.
It does look like something that might come in handy some time though. Thanks Steve. Cheers, Chris On Sun, Jun 24, 2012 at 11:07 AM, Steve Hoeksema <[email protected]> wrote: > FWIW yamllint.com does just that > > http://yamllint.com/ > > On Sun, Jun 24, 2012 at 1:05 PM, Chris Berkhout <[email protected]> > wrote: >> m.example.com: >> role: master >> order: 1 >> s.example.com: >> role: slave >> order: 2 >> m.example.com: >> role: manager >> order: 1 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
