sspooky13/yaml-standards

Command: create class for load checkers

Closed this issue · 1 comments

Description
Create class for load and return checkers (and fixers?) in array by inputSettingData

Example
Separate checkers (https://github.com/sspooky13/yaml-standards/blob/master/src/Command/YamlCommand.php#L67-L70) to separate class and return them in array. Then use foreach for check all files (https://github.com/sspooky13/yaml-standards/blob/master/src/Command/YamlCommand.php#L91-L105)

done in commit: 42f0a2f