Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

print-failing generate list with 'null' as value #436

@panthony

Description

@panthony

Using:

I'm trying to use ember template-lint:print-failing with the following rules:

  rules: {
    'no-bare-strings': true,
    'attribute-indentation': false,
    'no-inline-styles': false
  },

And I get lots of entries like this:

  {
    "moduleId": "my-app/components/my-component/template",
    "only": [
      null
    ]
  },

Where the offending rule would have been attribute-indentation.

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