salt-lint icon indicating copy to clipboard operation
salt-lint copied to clipboard

Single line declaration has problems

Open aknapp opened this issue 9 years ago • 0 comments

If I have a stanza like this:

awesome-service:
  service.running:
    - blah: True

The check fails (with the [!] Found single line declaration in... error), because it matches on the service in the top line, not just the service in the 2nd line. Anyway around this?

aknapp avatar Jul 15 '15 21:07 aknapp