Open marcindabrowski opened 6 months ago
Hello, and thanks for the clear proposal :+1:
I'm not sure the need is worth creating a feature to parse different YAML documents from a single config file, and handle their potential conflicts.
Why I want this change? Because the problem with
on
key in GitHub Workflows. I would like to have ability to change one config rule for given path.
Have you considered one of these 4 solutions to allow on
key in GitHub workflows?
It would be great to give ability to define different configuration for different paths in one config file, ie:
I'm aware that I can run
yamllint
with different configs for different sets of files, but this approach could simplify the usage.Why I want this change? Because the problem with
on
key in GitHub Workflows. I would like to have ability to change one config rule for given path.