Skip to content

feat(emitter): Quote values#71

Open
reneleonhardt wants to merge 1 commit intoEthiraric:masterfrom
reneleonhardt:feat/quote-values
Open

feat(emitter): Quote values#71
reneleonhardt wants to merge 1 commit intoEthiraric:masterfrom
reneleonhardt:feat/quote-values

Conversation

@reneleonhardt
Copy link
Copy Markdown

Features

  • Quote values ("dependabot style")

@reneleonhardt
Copy link
Copy Markdown
Author

Notes

  • Many maintainers declare dependabot.yaml by quoting all values

Original

string: foo
integer: 42
real: 1.2
boolean: true
array: [1]
hash: {a: 1}

Quoted values

string: "foo"
integer: "42"
real: "1.2"
boolean: "true"
array:
  - "1"
hash:
  a: "1"

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

Successfully merging this pull request may close these issues.

1 participant