Skip to content

Comments in list of callbacks are incorrectly formatted #199

Description

@finnvyrn

Issue 1

Before:

let uu_jobs = [
    { pi update } # This caused race condition with npm update -g 
    { yay-uu }
    { pkg-uu }
    { brew-uu }
]

After:

let uu_jobs = [
    { pi update # This caused race condition with npm update -g } <--- invalid syntax
    { yay-uu }
    { pkg-uu }
    { brew-uu }
]

Expected: no format

Issue 2

Before:

let uu_jobs = [
    # { pi update } 
    { yay-uu }
    { pkg-uu }
    { brew-uu }
]

After:

let uu_jobs = [
    { 
    # { pi update } 
    yay-uu }
    { pkg-uu }
    { brew-uu }
]

Expected: no format

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions