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

dislike: App spec guesser have inconsistant notation with array (due to yaml) #2

Open
DreamerMind opened this issue May 1, 2019 · 0 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@DreamerMind
Copy link
Owner

DreamerMind commented May 1, 2019

While dumping spec guessed by our command tool it could generate:

coverage:
  Hostname: []
  IPAddress: []
  Quiet: []
  Slack:
  - - - SlackTo
      - '?'
    - - SlackMessage
      - '1'

or

coverage:
  Hostname:
  IPAddress:
  Quiet:
  Slack:
      - [[ "SlackTo", "?"], [SlackMessage, "1"]]

...

@DreamerMind DreamerMind added the invalid This doesn't seem right label May 1, 2019
@DreamerMind DreamerMind self-assigned this May 1, 2019
@DreamerMind DreamerMind changed the title dislike: App spec guesser have inconstant notation with array (due to yaml) dislike: App spec guesser have inconsistant notation with array (due to yaml) May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant