yaml-sort-checker
yaml-sort-checker copied to clipboard
Tool for checking if the YAML config files are alphabetically sorted
Bump legacy Symfony and PHP versions and add support for Symfony 6 and PHP 8
We added in a fork the option to allow to choose wheather to use a case sensitive or insensitive string comparison. So we can choose if we allow to get...
Issue: #5 Using symfony finder component I have managed to implement ability to define directories in config files in which yml/yaml files would be found for checking. Remaining question: currently...
It would be really nice if sorting were possible in addition to checking.
Hi, according to YAML official website, *.yaml extension [should be preferred](http://www.yaml.org/faq.html). Also Symfony 4 now uses it by default. So I suggest adding detection for both extensions (or maybe drop...
Display only errored files in standard run
Otherwise it is very easy to forget to add them to config