Skip to content

Warn if empty line between parameter docs and class/define #17

@alexjfisher

Description

@alexjfisher
# @summary an example
#
# @param bar

class foo (
  $bar,
)
{
}

doesn't trigger a warning, but puppet-strings won't see the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions