You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yaml package has a Data.Yaml.Include API which allows you to use include directives to reference other files.
We want to use this to allow us to have an hlint-rules directory, and different teams can own their own hlint rules via CODEOWNERS. This way, they can be in charge of their own rules, and any modification or exclusion of those rules would trigger review for the relevant team.
The text was updated successfully, but these errors were encountered:
The
yaml
package has aData.Yaml.Include
API which allows you to useinclude
directives to reference other files.We want to use this to allow us to have an
hlint-rules
directory, and different teams can own their ownhlint
rules via CODEOWNERS. This way, they can be in charge of their own rules, and any modification or exclusion of those rules would trigger review for the relevant team.The text was updated successfully, but these errors were encountered: