Closed myii closed 5 years ago
Need to fix before merging:
yamllint:
rules:
empty-values:
ignore:
- mysql/defaults.yaml
- mysql/osfamilymap.yaml
@noelmcloughlin Initial cross-reference: https://github.com/saltstack-formulas/template-formula/issues/164.
I'm requesting your review here because I'm not happy with the fixes being applied. The empty values that are currently there translate to null
, which I've explicitly set using ~
. That doesn't seem right in the context, though. What are these values supposed to be? Or should those entries be commented out?
The defaults.yaml
fixes are fine, it's the osfamilymap.yaml
values that I'm asking about.
Used inline yamllint
ignores to get around this issue in the meantime. Transferred this to issue #229. Self-merging alongside all of the other formulas that have already incorporated this.
:tada: This PR is included in version 0.52.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: