NAME

Code::TidyAll::Plugin::YAMLFrontMatter - TidyAll plugin for validating YAML Front Matter

VERSION

version 1.000003

SYNOPSIS

In your .tidyallrc file:

[YAMLFrontMatter]
select = **/*.md
required_top_level_keys = title layout

DESCRIPTION

This is a validator plugin for Code::TidyAll that can be used to check that files have valid YAML Front Matter, like Jekyll et al use.

It will complain if:

Options

SEE ALSO

Jekyll's Front Matter Documentation

SUPPORT

Please report all issues with this code using the GitHub issue tracker at https://github.com/maxmind/Code-TidyAll-Plugin-YAMLFrontMatter/issues.

Bugs may be submitted through https://github.com/maxmind/Code-Tidyall-Plugin-YAMLFrontMatter/issues.

AUTHOR

Mark Fowler mfowler@maxmind.com

CONTRIBUTORS

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by MaxMind, Inc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.