Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty values in osfamilymap.yaml #229

Open
myii opened this issue Sep 14, 2019 · 0 comments
Open

Fix empty values in osfamilymap.yaml #229

myii opened this issue Sep 14, 2019 · 0 comments

Comments

@myii
Copy link
Member

myii commented Sep 14, 2019

In the process of providing #228, encountered a number of empty values that were difficult to resolve. See #228 (comment). Got around this by using inline ignores but these still need to be resolved from a formula perspective, as well as yamllint:

# Empty values below to be resolved, disabling the rule in the meantime
# yamllint disable rule:empty-values
port:
user:
socket:
datadir:
tmpdir:
# yamllint enable rule:empty-values

# Empty value below to be resolved, disabling the rule in the meantime
# yamllint disable-line rule:empty-values
dev:

# Empty values below to be resolved, disabling the rule in the meantime
# yamllint disable rule:empty-values
user:
datadir:
# yamllint enable rule:empty-values

CC: @noelmcloughlin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant